python - Activating/deactivating a virtualenv -


i started working on first python api hello world example on friday on vps running ubuntu 14.04. used python3, created folder, virtualenv, activated , electricity went out , connection broke.

i've left there, , tried continue stopped. now, can't find way "get active" mode (to command-line view saying

(myprojectenv)user@host:~/myproject$ 

i've searched "deactivate" somewhere in order re-activate again, can't find such.

any understanding proper way of handling virtualenv's appreciated.

you have activate virtualenv again. in bash have source activate file:

source myprojectenv/bin/activate 

Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -