-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Timothy Brathwaite edited this page Jun 2, 2020
·
2 revisions
Welcome to the check-yourself wiki!
- For fast conda installs:
- Download mamba from https://quantstack.net/mamba.html.
- Install mamba by running (outside of a virtual environment)
sh minimamba-0.0.7-MacOSX-x86_64-py37.sh
(or whatever the downloaded file was named). - Run
conda update mamba
. - Afterwards, replace
conda install
andconda env create
commands withmamba install
andmamba env create
. - To install packages into one's environment after environment creation, return to one's base environment, then run
mamba install -n <environment_name> <package_name>
.