Created
January 10, 2025 16:04
-
-
Save treramey/7e05bc2117cecf2415482ea09896f1f6 to your computer and use it in GitHub Desktop.
OSX install python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew install miniforge | |
| conda init "$(basename "${SHELL}")" | |
| conda info | |
| # platform : osx-arm64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment