Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted
Downloads:
4,936,688
Downloads of v 3.6.3:
181,635
Last Update:
04 Oct 2017
Package Maintainer(s):
Software Author(s):
- Python Software Foundation
Tags:
python programming development foss cross-platform admin- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Python
This is not the latest version of Python available.
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,936,688
Downloads of v 3.6.3:
181,635
Maintainer(s):
Software Author(s):
- Python Software Foundation
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
Python 3.6.3
This is not the latest version of Python available.
This Package Contains an Exempted Check
1 Test Passing and 1 Exempted Test
Validation Testing Passed
Verification Testing Exempt:
Python3 is bypassing verifier, so this package will need to as well.
To install Python, run the following command from the command line or from PowerShell:
To upgrade Python, run the following command from the command line or from PowerShell:
To uninstall Python, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download python --internalize --version=3.6.3 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade python -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade python -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure python installed
win_chocolatey:
name: python
state: present
version: 3.6.3
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'python' do
action :install
version '3.6.3'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: python,
Version: 3.6.3,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller python
{
Name = 'python'
Ensure = 'Present'
Version = '3.6.3'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'python':
provider => 'chocolatey',
ensure => '3.6.3',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install python version="3.6.3" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 04 Oct 2017.
Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs.
Notes
- This package depends on the the latest major version of python package.
Log in or click on link to see number of positives.
- python.3.6.3.nupkg (371b1b31fdf5) - ## / 61
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Python 3.10.0-a6 | 30 | Tuesday, March 2, 2021 | Approved |
Python 3.10.0-a5 | 631 | Wednesday, February 3, 2021 | Approved |
Python 3.10.0-a4 | 647 | Tuesday, January 5, 2021 | Approved |
Python 3.10.0-a3 | 424 | Tuesday, December 8, 2020 | Approved |
Python 3.10.0-a2 | 663 | Tuesday, November 3, 2020 | Approved |
Python 3.10.0-a1 | 704 | Tuesday, October 6, 2020 | Approved |
Python 3.9.2 | 133976 | Friday, February 19, 2021 | Approved |
Python 3.9.1 | 720286 | Tuesday, December 8, 2020 | Approved |
Python 3.9.0 | 605750 | Monday, October 5, 2020 | Approved |
Python 3.9.0-rc2 | 378 | Thursday, September 17, 2020 | Approved |
Python 3.9.0-rc1 | 775 | Wednesday, August 12, 2020 | Approved |
Python 3.9.0-b5 | 568 | Tuesday, July 21, 2020 | Approved |
Python 3.9.0-b4 | 417 | Friday, July 3, 2020 | Approved |
Python 3.9.0-b3 | 465 | Wednesday, June 10, 2020 | Approved |
Python 3.9.0-b2 | 127 | Tuesday, June 9, 2020 | Approved |
Python 3.9.0-b1 | 414 | Tuesday, May 19, 2020 | Approved |
Python 3.9.0-a6 | 438 | Tuesday, April 28, 2020 | Approved |
Python 3.9.0-a5 | 680 | Tuesday, March 24, 2020 | Approved |
Python 3.9.0-a4 | 608 | Wednesday, February 26, 2020 | Approved |
Python 3.9.0-a3 | 711 | Saturday, January 25, 2020 | Approved |
Python 3.9.0-a2-20200110 | 368 | Friday, January 10, 2020 | Approved |
Python 3.9.0-a2 | 400 | Thursday, December 19, 2019 | Approved |
Python 3.9.0-a1 | 614 | Wednesday, November 20, 2019 | Approved |
Python 3.8.8 | 69 | Friday, February 19, 2021 | Approved |
Python 3.8.7 | 1210 | Tuesday, December 22, 2020 | Approved |
Python 3.8.6 | 109514 | Thursday, September 24, 2020 | Approved |
Python 3.8.6-rc1 | 73 | Wednesday, September 9, 2020 | Approved |
Python 3.8.5.20200721 | 530140 | Tuesday, July 21, 2020 | Approved |
Python 3.8.5 | 95123 | Monday, July 20, 2020 | Approved |
Python 3.8.4 | 63769 | Tuesday, July 14, 2020 | Approved |
Python 3.8.4-rc1 | 67 | Friday, July 3, 2020 | Approved |
Python 3.8.3 | 501597 | Thursday, May 14, 2020 | Approved |
Python 3.8.3-rc1 | 66 | Thursday, April 30, 2020 | Approved |
Python 3.8.2 | 450317 | Wednesday, February 26, 2020 | Approved |
Python 3.8.1.20200110 | 110947 | Friday, January 10, 2020 | Approved |
Python 3.8.1 | 27254 | Thursday, December 19, 2019 | Approved |
Python 3.8.0 | 116764 | Tuesday, October 15, 2019 | Approved |
Python 3.8.0-rc1 | 267 | Wednesday, October 2, 2019 | Approved |
Python 3.8.0-b4 | 686 | Friday, August 30, 2019 | Approved |
Python 3.8.0-b3 | 508 | Tuesday, July 30, 2019 | Approved |
Python 3.8.0-b2 | 364 | Friday, July 5, 2019 | Approved |
Python 3.8.0-b1 | 538 | Wednesday, June 5, 2019 | Approved |
Python 3.8.0-a4 | 478 | Tuesday, May 7, 2019 | Approved |
Python 3.8.0-a3 | 540 | Tuesday, March 26, 2019 | Approved |
Python 3.8.0-a2 | 398 | Tuesday, February 26, 2019 | Approved |
Python 3.8.0-a1 | 355 | Monday, February 4, 2019 | Approved |
Python 3.7.9 | 6731 | Tuesday, August 18, 2020 | Approved |
Python 3.7.8 | 2636 | Sunday, June 28, 2020 | Approved |
Python 3.7.7 | 9714 | Tuesday, March 10, 2020 | Approved |
Python 3.7.6.20200110 | 500 | Friday, January 10, 2020 | Approved |
Python 3.7.6 | 46896 | Thursday, December 19, 2019 | Approved |
Python 3.7.5 | 47813 | Wednesday, October 16, 2019 | Approved |
Python 3.7.4 | 171278 | Tuesday, July 9, 2019 | Approved |
Python 3.7.3 | 85988 | Tuesday, March 26, 2019 | Approved |
Python 3.7.2 | 75530 | Monday, December 24, 2018 | Approved |
Python 3.7.2-rc1 | 250 | Wednesday, December 12, 2018 | Approved |
Python 3.7.1 | 37300 | Saturday, October 20, 2018 | Approved |
Python 3.7.1-rc2 | 217 | Sunday, October 14, 2018 | Approved |
Python 3.7.1-rc1 | 314 | Thursday, September 27, 2018 | Approved |
Python 3.7.0 | 157437 | Thursday, June 28, 2018 | Approved |
Python 3.7.0-rc1 | 343 | Wednesday, June 13, 2018 | Approved |
Python 3.7.0-b5 | 323 | Thursday, May 31, 2018 | Approved |
Python 3.7.0-b4 | 441 | Thursday, May 3, 2018 | Approved |
Python 3.7.0-b3 | 440 | Friday, March 30, 2018 | Approved |
Python 3.7.0-b2 | 496 | Wednesday, February 28, 2018 | Approved |
Python 3.7.0-b1 | 482 | Thursday, February 1, 2018 | Approved |
Python 3.7.0-a4-20180116 | 392 | Tuesday, January 16, 2018 | Approved |
Python 3.7.0-a4 | 390 | Tuesday, January 9, 2018 | Approved |
Python 3.7.0-a3 | 485 | Wednesday, December 6, 2017 | Approved |
Python 3.7.0-a2 | 458 | Thursday, November 9, 2017 | Approved |
Python 3.6.8.20200110 | 69 | Friday, January 10, 2020 | Approved |
Python 3.6.8 | 87937 | Monday, December 24, 2018 | Approved |
Python 3.6.8-rc1 | 131 | Wednesday, December 12, 2018 | Approved |
Python 3.6.7 | 31239 | Saturday, October 20, 2018 | Approved |
Python 3.6.7-rc2 | 150 | Sunday, October 14, 2018 | Approved |
Python 3.6.7-rc1 | 157 | Thursday, September 27, 2018 | Approved |
Python 3.6.6 | 44822 | Thursday, June 28, 2018 | Approved |
Python 3.6.6-rc1 | 184 | Wednesday, June 13, 2018 | Approved |
Python 3.6.5 | 59442 | Thursday, March 29, 2018 | Approved |
Python 3.6.5-rc1 | 223 | Wednesday, March 14, 2018 | Approved |
Python 3.6.4.20180116 | 27721 | Tuesday, January 16, 2018 | Approved |
Python 3.6.4 | 12531 | Tuesday, December 19, 2017 | Approved |
Python 3.6.4-rc1 | 294 | Wednesday, December 6, 2017 | Approved |
Python 3.6.3 | 181635 | Wednesday, October 4, 2017 | Approved |
Python 3.6.2 | 22085 | Monday, July 17, 2017 | Approved |
Python 3.6.1 | 24892 | Wednesday, March 22, 2017 | Approved |
Python 3.6.0 | 23085 | Friday, December 23, 2016 | Approved |
Python 3.5.4.20200110 | 994 | Friday, January 10, 2020 | Approved |
Python 3.5.4 | 14334 | Thursday, November 9, 2017 | Approved |
Python 3.5.2.20161029 | 12213 | Saturday, October 29, 2016 | Approved |
Python 3.5.1.20161002 | 5775 | Sunday, October 2, 2016 | Approved |
Python 3.5.1 | 29740 | Sunday, December 27, 2015 | Approved |
Python 3.4.4.20200110 | 1126 | Friday, January 10, 2020 | Approved |
Python 3.4.4.20180111 | 6763 | Thursday, January 11, 2018 | Approved |
Python 3.4.4 | 1093 | Thursday, November 9, 2017 | Approved |
Python 3.4.3.20150501 | 19765 | Friday, May 1, 2015 | Approved |
Python 3.4.3 | 6781 | Wednesday, February 25, 2015 | Approved |
Python 3.4.2 | 12052 | Wednesday, October 8, 2014 | Approved |
Python 3.4.1.20141004 | 802 | Saturday, October 4, 2014 | Approved |
Python 3.4.1.20140610 | 5579 | Tuesday, June 10, 2014 | Approved |
Python 3.4.1 | 695 | Saturday, June 7, 2014 | Approved |
Python 3.4.0.20140321 | 3779 | Tuesday, March 25, 2014 | Approved |
Python 3.4.0 | 1563 | Monday, March 17, 2014 | Approved |
Python 3.3.5.20200110 | 60 | Friday, January 10, 2020 | Approved |
Python 3.3.5 | 136 | Tuesday, February 26, 2019 | Approved |
Python 3.3.4 | 752 | Thursday, November 9, 2017 | Approved |
Python 3.2.5.20200110 | 59 | Friday, January 10, 2020 | Approved |
Python 3.2.5 | 338 | Thursday, November 9, 2017 | Approved |
Python 3.1.4.20200110 | 59 | Friday, January 10, 2020 | Approved |
Python 3.1.4 | 309 | Thursday, November 9, 2017 | Approved |
Python 3.0.1.20200110 | 65 | Friday, January 10, 2020 | Approved |
Python 3.0.1 | 296 | Thursday, November 9, 2017 | Approved |
Python 2.7.11 | 33755 | Saturday, December 5, 2015 | Approved |
Python 2.7.10 | 91112 | Saturday, October 10, 2015 | Approved |
Python 2.7.6 | 19422 | Monday, November 11, 2013 | Approved |
Python 2.7.5 | 6235 | Monday, May 20, 2013 | Approved |
Python 2.7.4 | 1737 | Sunday, April 7, 2013 | Approved |
Python 2.7.3 | 5907 | Saturday, April 14, 2012 | Approved |
Python 2.7.2.1 | 704 | Friday, February 3, 2012 | Approved |
Python 2.7.2 | 7995 | Tuesday, September 27, 2011 | Approved |
-
- python3 (= 3.6.3)
Ground Rules:
- This discussion is only about Python and the Python package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Python, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.