/vcpython27

[DEPRECATED] Chocolatey package for Microsoft Visual C++ Compiler Package for Python 2.7

Primary LanguagePowerShellMIT LicenseMIT

vcpython27

Build Status

A Chocolatey package which installs the Microsoft Visual C++ Compiler for Python 2.7 and its dependencies. Release notes are located here. Please also see the official package page here: https://chocolatey.org/packages/vcpython27


Note: to avoid installing the dotnet dependency (especially on Travis CI):

choco install python2 vcredist2008
choco install --ignore-dependencies vcpython27

Development

For development and testing, see the official quickstart guide.

Download and create the package

git clone https://github.com/fredrikaverpil/vcpython27.git
cd vcpython27
choco pack

Install the local package

CMD.exe:

choco install vcpython27 -s '%cd%' -f

Powershell:

choco install vcpython27 -s "$pwd" -f

Uninstall

choco uninstall vcpython27