Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.18362.476]
  2. (c) 2019 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Windows\system32>python get-pip.py
  5. python: can't open file 'get-pip.py': [Errno 2] No such file or directory
  6.  
  7. C:\Windows\system32>curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
  8. % Total % Received % Xferd Average Speed Time Time Time Current
  9. Dload Upload Total Spent Left Speed
  10. 100 1734k 100 1734k 0 0 1734k 0 0:00:01 --:--:-- 0:00:01 4271k
  11.  
  12. C:\Windows\system32>python get-pip.py
  13. Collecting pip
  14. Downloading https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl (1.4MB)
  15. |████████████████████████████████| 1.4MB 1.6MB/s
  16. Collecting wheel
  17. Downloading https://files.pythonhosted.org/packages/00/83/b4a77d044e78ad1a45610eb88f745be2fd2c6d658f9798a15e384b7d57c9/wheel-0.33.6-py2.py3-none-any.whl
  18. Installing collected packages: pip, wheel
  19. WARNING: The scripts pip.exe, pip3.7.exe and pip3.exe are installed in 'C:\Users\syee-small-boi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\Scripts' which is not on PATH.
  20. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  21. WARNING: The script wheel.exe is installed in 'C:\Users\syee-small-boi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\Scripts' which is not on PATH.
  22. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  23. Successfully installed pip-19.3.1 wheel-0.33.6
  24. WARNING: You are using pip version 19.2.3; however, version 19.3.1 is available.
  25. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
  26.  
  27. C:\Windows\system32>python -m pip install --upgrade pip
  28. Requirement already up-to-date: pip in c:\users\syee-small-boi\appdata\local\packages\pythonsoftwarefoundation.python.3.7_qbz5n2kfra8p0\localcache\local-packages\python37\site-packages (19.3.1)
  29.  
  30. C:\Windows\system32>python get-pip.py
  31. Collecting pip
  32. Using cached https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl
  33. Installing collected packages: pip
  34. Found existing installation: pip 19.3.1
  35. Uninstalling pip-19.3.1:
  36. Successfully uninstalled pip-19.3.1
  37. WARNING: The scripts pip.exe, pip3.7.exe and pip3.exe are installed in 'C:\Users\syee-small-boi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\Scripts' which is not on PATH.
  38. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  39. Successfully installed pip-19.3.1
  40.  
  41. C:\Windows\system32>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement