File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,23 @@ by opening the Start Menu and searching for the program called
73
73
When this opens, you will see a prompt similar to
74
74
` (base) C:\Users\your_name ` .
75
75
76
- ** MacOS:** To install miniconda on MacOS, download
76
+ ** MacOS:** To install miniconda on MacOS, you will need to use a different
77
+ installation method depending on the type of processor chip your laptop has.
78
+
79
+ If your Mac laptop has an Intel x86 processor chip you can download
77
80
the [ latest Python 64-bit version from here] ( https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.pkg ) .
78
81
After the download has finished, run the installer and accept the default
79
82
configuration for all pages.
80
83
84
+ If your Mac laptop has an Apple M1 processor chip you can download
85
+ the [ latest Python 64-bit version from here] ( https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh ) .
86
+ After the download has finished, you need to run the downloaded script in the terminal.
87
+ Most laptops will save this to the ` Downloads ` folder. If this is the case for yours you can run the script in the terminal by typing:
88
+
89
+ ```
90
+ bash Downloads/Miniconda3-latest-MacOSX-arm64.sh
91
+ ```
92
+
81
93
** Ubuntu:** To install miniconda on Ubuntu, we first download
82
94
the [ latest Python 64-bit version from here] ( https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh ) .
83
95
After the download has finished, open the terminal and execute the following
You can’t perform that action at this time.
0 commit comments