Skip to content

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

License

Notifications You must be signed in to change notification settings

fredrikaverpil/vcpython27

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages