I have virtualenv setup and it works well for one annoying problem. when I use the workon command to enter the environment in which the log is running correctly, but I do not automatically redirect to the root directory of the environment.
I added the following lines to my .bashrc :
export WORKON_HOME=$HOME/.virtualenvs source /usr/local/bin/virtualenvwrapper.sh
and reload it (source .bashrc ), but when I enter the environment, I still remain in the ubuntu user home directory. I am also trying to restart my server, but still no luck.
source share