About 676,000 results
Open links in new tab
  1. Adding Python to PATH on Windows - Stack Overflow

    I just installed Python 3.3 on Windows 7 using the option "add python to PATH". In PATH variable, the installer automatically added a final backslash: C:\Python33\ and so it did not work on …

  2. python - How to add to the PYTHONPATH in Windows, so it finds …

    Sep 13, 2010 · In Python 3.4 on windows it worked when I added it to PATH enviroment variable instead of PYTHONPATH. Like if you have installed Python 3.4 in D:\Programming\Python34 …

  3. windows - Where was python installed? - Stack Overflow

    Aug 3, 2023 · How can I find out where Python was installed in a Windows 11 machine, so that I can use the address to add Python to the PATH variable? The documentation I have found on …

  4. Windows Store not adding Python to PATH - Stack Overflow

    Apr 12, 2023 · C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1008.0_x64__qbz5n2kfra8p0\python3.11.exe …

  5. How can I find where Python is installed on Windows?

    Mar 15, 2009 · Fortunately, typing path at the windows path let me find where I had installed it. The path was an option when I installed Python which I just forgot. If you didn't select setting …

  6. python - anaconda - path environment variable in windows

    I'm trying to run Python from the Windows command prompt (windows 10). So the result is the typical one when the path environment variable is not configured. …

  7. windows - Git Bash won't run my python files? - Stack Overflow

    Apr 5, 2014 · When you install python for windows, there is an option to include it in the path. For python 2 this is not the default. It adds the python installation folder and script folder to the …

  8. python - Permanently add a directory to PYTHONPATH? - Stack …

    Aug 4, 2010 · Windows 7, Python 3.6.5. This is the answer. As auserdude wrote: Create the "example.pth" in Python's Lib/site-packages folder and then add your path like so: …

  9. How to add Python to Windows registry - Stack Overflow

    Jul 26, 2013 · I just wanted to add a tip about copying the registry entries over. There may be a better way, but what I did is export the Python key at …

  10. How to run multiple Python versions on Windows - Stack Overflow

    Aug 29, 2022 · 2)Run the installer and select Add python 3.x to the path to set path automatically in python 3 (you just have to click the checkbox). For python 2 open up your python 2 installer, …

Refresh