Docs: https://virtualenvwrapper.readthedocs.io/en/latest/install.html
(You need Python but you almost certainly already have it)
pip install virtualenvpip install virtualenvwrappernano ~/.zshrc(~/.bashrcif using bash)
Then paste the following
export WORKON_HOME=$HOME/.virtualenvs export PROJECT_HOME=$HOME/Devel source /usr/local/bin/virtualenvwrapper.sh
ctrl+x && ysource ~/.zshrcmkrvirtualenv(To check it's installed correctly)mkvirtualenv {env name you want}workon {the env name you chose
deactivate
rmvirtualenv {your name