Skip to content
Timothy Brathwaite edited this page Jun 2, 2020 · 2 revisions

Welcome to the check-yourself wiki!

Notes to self

  • For fast conda installs:
    1. Download mamba from https://quantstack.net/mamba.html.
    2. 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).
    3. Run conda update mamba.
    4. Afterwards, replace conda install and conda env create commands with mamba install and mamba env create.
    5. 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>.
Clone this wiki locally