How to activate virtualenv in Linux?

I have been searching and tried various alternatives without success and spent several days on it now – driving me mad. Running on Red Hat Linux with Python 2.5.2 Began using most recent Virtualenv but could not activate it, I found somewhere suggesting needed earlier version so I have used Virtualenv 1.6.4 as that should … Read more

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 venv – This is part of virtualenvwrapper as mentioned in answer below for virtualenvwrapper I do an lson my current directory and I still see venv The only way I can remove it seems to … Read more