Skip to content

Instantly share code, notes, and snippets.

@myusuf3
Created May 7, 2011 20:19
Show Gist options
  • Save myusuf3/960802 to your computer and use it in GitHub Desktop.
Save myusuf3/960802 to your computer and use it in GitHub Desktop.
opening virtualenv
# activating newly create virtualenv
$ source django-mimo/bin/activate
# your prompt should change to something similar the following
(django-mimo)$
# in order to get back to system all you need to do is
(django-mimo)$ deactivate
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment