Created
May 28, 2015 15:26
-
-
Save oxtopus/e86d857874cee59f221e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ pip install --upgrade pip --user | |
You are using pip version 6.1.1, however version 7.0.1 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. | |
/Users/amarshall/Library/Python/2.7/lib/python/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:79: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
InsecurePlatformWarning | |
Collecting pip | |
Downloading pip-7.0.1-py2.py3-none-any.whl (1.1MB) | |
100% |████████████████████████████████| 1.1MB 160kB/s | |
Installing collected packages: pip | |
Found existing installation: pip 6.1.1 | |
Uninstalling pip-6.1.1: | |
Successfully uninstalled pip-6.1.1 | |
Successfully installed pip-6.0.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment