Where Is Python Installed | Delft Stack
www.delftstack.com › python-installation-folderMar 14, 2021 · C:\Python\Python 3.9\ Use the where Command to Find the Installation Folder of Python. We can directly use the where python command in the command prompt to find Python’s installation folder in windows. C:\>where python C:\Python\Python 3.9\python.exe Use the which Command to Find the Installation Folder of Python. In Linux and macOS, we can use the which python command in the terminal to view Python’s installation path.