I installed Visual Studio 2017 and its support for Python. I want to use Python on other applications and hence I need to put it in the path, but I can not find where VS 2017 installed Python.
Where VS install Python so I can add it to the path?
First of all make sure you have actually installed python
extension, if you are using Windows you could go to menu start and just search for the phrase python
.
If you get any results you could simply right-click it, then press Open file location
and you'll see a menu-start folder having the shortcuts to all python resources ex. IDLE (Python 3.7 64-bit)
, Python 3.7 (64-bit)
, Python 3.7 Manuals (64-bit)
, Python 3.7 Module Docs (64-bit)
.
From this point you can just go into shortcuts properties and see what the target is. With Visual Studio 2019 default install the target of Python 3.7 (64-bit)
is
C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\python.exe
The Visual Studio installer tells you the location of 3rd-party tools such as python during installation. The default value is C:\Program Files (x86)\Microsoft Visual Studio\Shared
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With