About 344,000 results
Open links in new tab
  1. How to execute Python scripts in Windows? - Stack Overflow

    The Python launcher for Windows is a utility which aids in the location and execution of different Python versions. It allows scripts (or the command-line) to indicate a preference for a specific Python …

  2. CMD opens Windows Store when I type 'python' - Stack Overflow

    Nov 8, 2019 · And when I type Python in CMD, it opens the Windows Store for me to download Python 3.7. This problem started today for no good reason. I didn't change or download anything about …

  3. How to constantly run Python script in the background on Windows ...

    Dec 1, 2019 · On Windows, you can use pythonw.exe in order to run a python script as a background process: Python scripts (files with the extension .py) will be executed by python.exe by default.

  4. How do you run a Python script as a service in Windows?

    However, it is an optional spec item that the system should support Windows. I have little experience with Windows programming and no experience at all with Windows services. Is it possible to run a …

  5. How do I run Python script using arguments in windows command line

    If "hello.py" is in a PATH directory, and running hello 1 1 doesn't pass the command-line arguments, then the .py file association is broken. If CMD or PowerShell doesn't find "hello.py", then .PY isn't in …

  6. How do I check if I'm running on Windows in Python? [duplicate]

    How do I check if I'm running on Windows in Python? [duplicate] Asked 16 years, 3 months ago Modified 3 years, 3 months ago Viewed 329k times

  7. Running Python scripts through the Windows Command Line

    Apr 17, 2017 · A correctly installed Python 3.6 should associate .py [w] files with the py.exe launcher and pass command-line arguments. The py launcher handles running multiple versions of Python …

  8. python - Check if a process is running or not on Windows ... - Stack ...

    I found out that processes on UNIX-based operating systems create a lock file to notify that a program is currently running, at which point we can use os.stat(location_of_file) to check if the file exists to …

  9. windows - Python command not working in command prompt - Stack …

    I'm running python 3.6.2 on windows 7 and it works just fine. I removed all the python paths from the system directory and the paths don't show up when I run the command echo %path% in cmd. Python …

  10. python - 'virtualenv' won't activate on Windows - Stack Overflow

    This would allow running virtualenv in the current PowerShell session. There is also another approach that is more unsafe, but recommended by MS Tech Support. This approach would be to use Set …