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