Created
March 13, 2014 23:23
-
-
Save criswell/9539241 to your computer and use it in GitHub Desktop.
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
sam@rygel ~MY_CWD/noink [noink] | |
☿ % pip install ipython !7416 | |
Requirement already satisfied (use --upgrade to upgrade): ipython in /usr/lib/python2.7/site-packages | |
Cleaning up... | |
(flask) | |
sam@rygel ~MY_CWD/noink [noink] | |
☿ % pip install ipython --upgrade !7431 | |
Requirement already up-to-date: ipython in /usr/lib/python2.7/site-packages | |
Cleaning up... | |
(flask) | |
sam@rygel ~MY_CWD/noink [noink] | |
☿ % pip install -U ipython !7432 | |
Requirement already up-to-date: ipython in /usr/lib/python2.7/site-packages | |
Cleaning up... | |
(flask) | |
sam@rygel ~MY_CWD/noink [noink] | |
☿ % pip install -I ipython !7433 | |
Downloading/unpacking ipython |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment