I installed some packages using pip on my virtualenv and got everything running at once :
$ sudo apt-get install python-virtualenv
$ sudo pip install virtualenvwrapper
$ export WORKON_HOME=~/projects
$ source /usr/local/bin/virtualenvwrapper.s
$ mkvirtualenv pa
After this I installed some packages, they ran perfectly, I sat in the morning to work on these, None of the packages are there . Is there anything wrong that I am doing ?
Update :
This is the error I am getting if I try to create another env :
ImportError: No module named virtualenvwrapper.hook_loader