Created
May 7, 2011 20:19
-
-
Save myusuf3/960802 to your computer and use it in GitHub Desktop.
opening virtualenv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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