Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.13 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.13 KB

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