I can't seem to activate a virtual environment that I have created previously. I've tried 'source animalai/bin/activate'. The error message I receive is that such a directory does not exist.
I've listed the code below for when I first created the virtual environment (part of my history) — I've made some silly errors but eventually created the environment and ran a program on it ('animalai').
brew update
brew install pyenv
clear
install pyenv
clear
pip install pyenv
pyenv virtualenv 3.6.0 animalai
pyenv virtualenv 3.6.0 animalai
eval "$(pyenv init -)"
eval "$(pyenv init -)"
pyenv
pyenv update
curl https://pyenv.run | bash
source animalai/bin/activate
source animalai/bin/activate
source venv/bin/activate
pip install animalai
Am I doing something wrong here? I expected my environment to load. I was definitely in the virtual environment previously (before I deactivate it) - there was a (animalai) beside (base).