hi i followed these instructions: http://virtualenvdemo.pythonanywhere.com/
after running:
mkvirtualenv django15 --system-site-packages
my prompt does not get the "(django15)" prefix
when i do "which pip"
i get :
/usr/local/bin/pip
also, everytime i kill the bash console and start a new one, i get different prompts, sometimes with a time, sometimes with directory and sometimes with just version number
thanks i advance for your help