Reputation: 1886
I installed Visual Studio Enterprise 2017. I couldn't find how to add Python there. So I had to install Visual Studio Preview 2017 with Python (as they advise here). So now I have 2 installations of VS 2017 which is not good. Is there any way to install python support to VS 2017(not preview)?
Upvotes: 2
Views: 6408
Reputation: 641
You can find the Python development workload by selecting the Workloads tab and scrolling down to Web & Cloud. Once selected, you can check additional optional components under the Summary to the right.
Upvotes: 5
Reputation: 728
Since yesterday, you can install the Python Workload using your Visual Studio 2017installer.
Upvotes: 1
Reputation: 4156
As of 5/6/2017 the only way to use the python tools in visual studio 2017 is through the preview channel.
Upvotes: 3