Skip to content

Instantly share code, notes, and snippets.

@brunopk
Last active October 23, 2020 01:37
Show Gist options
  • Save brunopk/bb392a44aa062dd5fd328046751c6223 to your computer and use it in GitHub Desktop.
Save brunopk/bb392a44aa062dd5fd328046751c6223 to your computer and use it in GitHub Desktop.
Anaconda tips

Anaconda tips

This readme is for macOS and Anaconda installed with brew

Creating python virtual environment wiht specific python version and preinstalled libraries:

cd /usr/local/anaconda3/bin
./conda create -n myenv python=3.6 scipy=0.15.0 astroid babel

Sometimes it's neccesary to update conda :

./conda conda update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment