Skip to content

Commit 6c463a7

Browse files
authored
Merge pull request #4495 from RaymonGulati1/patch-1
Updating Python Workload installation links for 2010, 2012, 2013
2 parents 5bf9a0d + b5bd791 commit 6c463a7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/python/installing-python-support-in-visual-studio.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,8 @@ If you encounter problems installing or running Python in Visual Studio, try the
115115

116116
1. Install the appropriate version of Python Tools for Visual Studio for your version of Visual Studio:
117117

118-
- Visual Studio 2013: [PTVS 2.2 for Visual Studio 2013](https://github.com/Microsoft/PTVS/releases/v2.2). The **File** > **New Project** dialog in Visual Studio 2013 gives you a shortcut for this process.
119-
- Visual Studio 2012: [PTVS 2.1 for Visual Studio 2012](https://pytools.codeplex.com/downloads/get/920478)
120-
- Visual Studio 2010: [PTVS 2.1 for Visual Studio 2010](https://pytools.codeplex.com/downloads/get/920479)
118+
- Visual Studio 2013: [PTVS 2.2.2 for Visual Studio 2013](https://github.com/Microsoft/PTVS/releases/v2.2.2). The **File** > **New Project** dialog in Visual Studio 2013 gives you a shortcut for this process.
119+
- Visual Studio 2010 and 2012: [PTVS 2.1.1 for Visual Studio 2010 and 2012](https://github.com/Microsoft/PTVS/releases/v2.1.1)
121120

122121
1. [Install a Python interpreter of your choice](installing-python-interpreters.md). If you already have an interpreter installed and Visual Studio doesn't detect it automatically, see [Manually identify an existing environment](managing-python-environments-in-visual-studio.md#manually-identify-an-existing-environment).
123122

@@ -143,7 +142,7 @@ where:
143142
- 12.0 for Visual Studio 2013
144143
- 11.0 for Visual Studio 2012
145144
- 10.0 for Visual Studio 2010
146-
- <PTVS_ver> is a version number, such as 2.2, 2.1, 2.0, 1.5, 1.1, or 1.0.
145+
- <PTVS_ver> is a version number, such as 2.2.2, 2.1.1, 2.0, 1.5, 1.1, or 1.0.
147146

148147
### User-specific installations (1.5 and earlier)
149148

0 commit comments

Comments
 (0)