Guest User

Untitled

a guest
Aug 21st, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. choco install python3
  2.  
  3. PS C:Windowssystem32> choco install python3 --force
  4. Installing the following packages:
  5. python3
  6. By installing you accept licenses for the packages.
  7.  
  8. python3 v3.6.0 (forced)
  9. The package python3 wants to run 'chocolateyInstall.ps1'.
  10. Note: If you don't run this script, the installation will fail.
  11. Note: To confirm automatically next time, use '-y' or consider setting
  12. 'allowGlobalConfirmation'. Run 'choco feature -h' for more details.
  13. Do you want to run the script?
  14. 1) yes
  15. 2) no
  16. 3) print
  17. yes
  18. Downloading python3 64 bit
  19. from 'https://www.python.org/ftp/python/3.6.0/python-3.6.0-amd64.exe'
  20. Hashes match.
  21. Installing python3...
  22. python3 has been installed.
  23. Installed to 'C:Python36'
  24. The install of python3 was successful.
  25.  
  26. Chocolatey installed 1/1 package(s). 0 package(s) failed.
  27. See the log for details (C:ProgramDatachocolateylogschocolatey.log).
  28.  
  29. PS C:Windowssystem32> python
  30. The term 'python' is not recognized as the name of a cmdlet,
  31.  
  32. 'C:Python36'
Add Comment
Please, Sign In to add comment