# Pastebin nHxDcT8k Microsoft Windows [Version 10.0.16299.1365] (c) 2017 Microsoft Corporation. All rights reserved. Clink v0.4.9 [git:2fd2c2] Copyright (c) 2012-2016 Martin Ridgers http://mridgers.github.io/clink C:\WINDOWS\system32>@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" Getting latest version of the Chocolatey package for download. Getting Chocolatey from https://chocolatey.org/api/v2/package/chocolatey/0.10.15. Downloading 7-Zip commandline tool prior to extraction. Extracting C:\Users\maries\AppData\Local\Temp\chocolatey\chocInstall\chocolatey.zip to C:\Users\maries\AppData\Local\Temp\chocolatey\chocInstall... Installing chocolatey on this machine Creating ChocolateyInstall as an environment variable (targeting 'Machine') Setting ChocolateyInstall to 'C:\ProgramData\chocolatey' WARNING: It's very likely you will need to close and reopen your shell before you can use choco. Restricting write permissions to Administrators We are setting up the Chocolatey package repository. The packages themselves go to 'C:\ProgramData\chocolatey\lib' (i.e. C:\ProgramData\chocolatey\lib\yourPackageName). A shim file for the command line goes to 'C:\ProgramData\chocolatey\bin' and points to an executable in 'C:\ProgramData\chocolatey\lib\yourPackageName'. Creating Chocolatey folders if they do not already exist. WARNING: You can safely ignore errors related to missing log files when upgrading from a version of Chocolatey less than 0.9.9. 'Batch file could not be found' is also safe to ignore. 'The system cannot find the file specified' - also safe. chocolatey.nupkg file not installed in lib. Attempting to locate it from bootstrapper. PATH environment variable does not have C:\ProgramData\chocolatey\bin in it. Adding... WARNING: Not setting tab completion: Profile file does not exist at 'C:\Users\maries\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1'. Chocolatey (choco.exe) is now ready. You can call choco from anywhere, command line or powershell by typing choco. Run choco /? for a list of functions. You may need to shut down and restart powershell and/or consoles first prior to using choco. Ensuring chocolatey commands are on the path Ensuring chocolatey.nupkg is in the lib folder C:\WINDOWS\system32>choco Chocolatey v0.10.15 Please run 'choco -?' or 'choco -?' for help menu. C:\WINDOWS\system32>choco install python.pypy Chocolatey v0.10.15 Installing the following packages: python.pypy By installing you accept licenses for the packages. Progress: Downloading vcredist2008 9.0.30729.6163... 100% Progress: Downloading python.pypy 7.1.0... 100% vcredist2008 v9.0.30729.6163 [Approved] vcredist2008 package files install completed. Performing other installation steps. The package vcredist2008 wants to run 'chocolateyInstall.ps1'. Note: If you don't run this script, the installation will fail. Note: To confirm automatically next time, use '-y' or consider: choco feature enable -n allowGlobalConfirmation Do you want to run the script?([Y]es/[A]ll - yes to all/[N]o/[P]rint): A Downloading vcredist2008 64 bit from 'https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x64.exe' Progress: 100% - Completed download of C:\Users\maries\AppData\Local\Temp\chocolatey\vcredist2008\9.0.30729.6163\vcredist_x64.exe (4.97 MB). Download of vcredist_x64.exe (4.97 MB) completed. Hashes match. Installing vcredist2008... vcredist2008 has been installed. Downloading vcredist2008 32 bit from 'https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x86.exe' Progress: 100% - Completed download of C:\Users\maries\AppData\Local\Temp\chocolatey\vcredist2008\9.0.30729.6163\vcredist_x86.exe (4.27 MB). Download of vcredist_x86.exe (4.27 MB) completed. Hashes match. Installing vcredist2008... vcredist2008 has been installed. vcredist2008 may be able to be automatically uninstalled. The install of vcredist2008 was successful. Software installed as 'exe', install location is likely default. python.pypy v7.1.0 [Approved] python.pypy package files install completed. Performing other installation steps. Downloading python.pypy from 'https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.0-win32.zip' Progress: 100% - Completed download of C:\Users\maries\AppData\Local\Temp\chocolatey\python.pypy\7.1.0\pypy2.7-v7.1.0-win32.zip (26.03 MB). Download of pypy2.7-v7.1.0-win32.zip (26.03 MB) completed. Extracting C:\Users\maries\AppData\Local\Temp\chocolatey\python.pypy\7.1.0\pypy2.7-v7.1.0-win32.zip to C:\ProgramData\chocolatey\lib\python.pypy\tools... C:\ProgramData\chocolatey\lib\python.pypy\tools ShimGen has successfully created a shim for pypy.exe ShimGen has successfully created a shim for pypyw.exe The install of python.pypy was successful. Software installed to 'C:\ProgramData\chocolatey\lib\python.pypy\tools' Chocolatey installed 2/2 packages. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). Enjoy using Chocolatey? Explore more amazing features to take your experience to the next level at https://chocolatey.org/compare C:\WINDOWS\system32>pypy --version Python 2.7.13 (990cef41fe11, Mar 21 2019, 12:01:16) [PyPy 7.1.0 with MSC v.1500 32 bit] C:\WINDOWS\system32>pypy --version; echo Unknown option: -- usage: C:\ProgramData\chocolatey\lib\python.pypy\tools\pypy2.7-v7.1.0-win32\pypy.exe [options] Try `C:\ProgramData\chocolatey\lib\python.pypy\tools\pypy2.7-v7.1.0-win32\pypy.exe -h` for more information. C:\WINDOWS\system32>pypy --version; echo %ERRORLEVEL% Unknown option: -- usage: C:\ProgramData\chocolatey\lib\python.pypy\tools\pypy2.7-v7.1.0-win32\pypy.exe [options] Try `C:\ProgramData\chocolatey\lib\python.pypy\tools\pypy2.7-v7.1.0-win32\pypy.exe -h` for more information. C:\WINDOWS\system32>pypy --version & echo %ERRORLEVEL% Python 2.7.13 (990cef41fe11, Mar 21 2019, 12:01:16) [PyPy 7.1.0 with MSC v.1500 32 bit] 2 C:\WINDOWS\system32>cd / C:\>pypy --version & echo %ERRORLEVEL% Python 2.7.13 (990cef41fe11, Mar 21 2019, 12:01:16) [PyPy 7.1.0 with MSC v.1500 32 bit] 0