Top "Virtualenvwrapper" questions

virtualenvwrapper is a set of extensions to Ian Bicking’s virtualenv tool.

How to leave/exit/deactivate a Python virtualenv

I'm using virtualenv and the virtualenvwrapper. I can switch between virtualenv's just fine using the workon command. me@mymachine:~$ workon …

python virtualenv virtualenvwrapper
Use different Python version with virtualenv

I have a Debian system currently running with python 2.5.4. I got virtualenv properly installed, everything is working fine. Is there …

python virtualenv virtualenvwrapper
How do I remove/delete a virtualenv?

I created an environment with the following command: virtualenv venv --distribute I cannot remove it with the following command: rmvirtualenv …

python-3.x virtualenvwrapper python-venv virtual-environment virtualenv-commands
How to use MySQLdb with Python and Django in OSX 10.6?

This is a much discussed issue for OSX 10.6 users, but I haven't been able to find a solution that works. …

python mysql django virtualenv virtualenvwrapper
What is the difference between venv, pyvenv, pyenv, virtualenv, virtualenvwrapper, pipenv, etc?

Python 3.3 includes in its standard library the new package venv. What does it do, and how does it differ from …

python virtualenv virtualenvwrapper pyenv python-venv
List all virtualenv

In virtualenvwrapper, is there a simple way to list all virtualenv on my machine? (like what yolk -l does to …

virtualenv virtualenvwrapper virtualenv-commands
bash: mkvirtualenv: command not found

After following the instructions on Doug Hellman's virtualenvwrapper post, I still could not fire up a test environment. [mpenning@tsunami ~]$ …

python bash centos virtualenv virtualenvwrapper
virtualenvwrapper and Python 3

I installed python 3.3.1 on ubuntu lucid and successfully created a virtualenv as below virtualenv envpy331 --python=/usr/local/bin/python3.3 …

python python-3.x virtualenvwrapper
Where is virtualenvwrapper.sh after pip install?

I'm trying to setup virtualenvwrapper on OSX, and all the instructions and tutorials I've found tell me to add a …

python macos virtualenv pip virtualenvwrapper
Python Virtualenv - No module named virtualenvwrapper.hook_loader

I'm running Mac OS 10.6.8. and wanted to install in addition to python 2.6 also python 2.7 and use python 2.7 in a new …

python virtualenv virtualenvwrapper