About 1,140,000 results
Open links in new tab
  1. windows - Can not run python in cmd prompt - Super User

    Nov 6, 2019 · If you need to add the path to Python to your Windows path variable (s) manually (ex. because Python is already installed), look for the Windows Search and type env into it. …

  2. windows - How to install the win32com python library - Super User

    Jun 19, 2013 · Did you install the right binary of Python for Windows extensions for your version of Python? For example, if you install 64-bit Python, then install the 32-bit extensions, the pure …

  3. windows - Python: Can't open 'filename' : [Errno 2] no such file or ...

    May 10, 2019 · If I type python in windows cmd then it runs python fine, however I can't run any .py files in python. The files work with IDLE. I have set environment variables (to my …

  4. windows 10 - Installed Python, but cannot run `pip` - Super User

    May 3, 2019 · The file I installed Python from is: python-3.7.3-amd64.exe (25 MB) I tried to modify the installation, adding pip as an optional feature, without any improvement. I tried to repair the …

  5. command line - "Python" working but "Py" is not - Super User

    Nov 11, 2020 · If that doesn’t work, open cmd.exe and hit where python that will display out the location of the python.exe. Navigate to the .exe’s parent folder and locate a folder called …

  6. windows - python not in command line even though it is in path

    Another possibility is that you added the wrong path to the PATH variable. Verify it. The bottom line is, if the directory of your python.exe is really in PATH, then running python will really work.

  7. How to install 'requests' module in python on windows 10

    Jul 13, 2023 · I am a beginner learning Python. I think this should have been a simple task. I am trying to install 'requests' module in command prompt using pip. Python version is 3.11.4. …

  8. How do I add Python to the Windows PATH? - Super User

    16 For anyone trying to achieve this with Python 3.3+, the Windows installer now includes an option to add python.exe to the system search path. Read more in the docs.

  9. How to use `python` again in windows PowerShell? - Super User

    Apr 14, 2023 · The message is coming from python.exe itself. Specifically, you're running the fake python.exe that Windows includes, which is supposed to either automatically redirect to either …

  10. Windows - Run process on background after closing cmd

    Apr 26, 2016 · 20 I have a Python script which I want to run as a background process on Windows. I can do that on Linux with: python script.py & and then disconnect the process from …