{"library":"virtualenvwrapper","type":"library","category":null,"description":"virtualenvwrapper is a set of extensions for Ian Bicking's virtualenv tool, designed to simplify the management of Python virtual environments. It organizes all environments in one place, provides wrappers for creating, copying, and deleting environments, and enables quick switching between them with tab completion. The current version is 6.1.1, and it is actively maintained with a focus on modern Python versions.","language":"python","status":"active","version":"6.1.1","tags":["virtual environments","development workflow","shell scripts","python","devops"],"last_verified":"Thu Apr 16","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":[]}],"homepage":"https://virtualenvwrapper.readthedocs.io/","github":"https://github.com/python-virtualenvwrapper/virtualenvwrapper","docs":null,"changelog":null,"pypi":"https://pypi.org/project/virtualenvwrapper/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}