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
For development and testing, see the official quickstart guide.
git clone https://github.com/fredrikaverpil/vcpython27.git
cd vcpython27
choco pack
CMD.exe:
choco install vcpython27 -s '%cd%' -f
Powershell:
choco install vcpython27 -s "$pwd" -f
choco uninstall vcpython27