{"library":"virtualenvwrapper","install":[{"cmd":"pip install virtualenvwrapper","imports":[]},{"cmd":"# Add these lines to your shell startup file (~/.bashrc, ~/.zshrc, or ~/.profile)\nexport WORKON_HOME=$HOME/.virtualenvs\nmkdir -p $WORKON_HOME\nexport VIRTUALENVWRAPPER_PYTHON=$(which python3) # Or the path to your desired python interpreter\nsource $(python3 -m site --user-base)/bin/virtualenvwrapper.sh","imports":[]}]}