About 622,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. windows - Python - How do you run a .py file? - Stack Overflow

    Feb 29, 2012 · Check that python's bin folder is in your PATH, or you can do c:\python23\bin\python <filename.py>. Python is an interpretive language and so you need the interpretor to run your file, …

  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 I run a Python program in the Command Prompt in Windows 7?

    Jan 7, 2011 · Exact steps for adding Python to the path on Windows 7+: Computer -> System Properties (or Win+Break) -> Advanced System Settings Click the Environment variables... button (in the …

  5. windows - How to run different python versions in cmd - Stack Overflow

    How can I configure windows command dialog to run different python versions in it? For example when I type python2 it runs python 2.7 and when I type python3 it runs python 3.3? I know how to confi...

  6. Windows: run python command from clickable icon

    May 13, 2016 · I have a python script I run using Cygwin and I'd like to create a clickable icon on the windows desktop that could run this script without opening Cygwin and entering in the commands by …

  7. How to run a .py file in windows command line? - Stack Overflow

    Nov 5, 2013 · I have written a simple python program using IDLE to run it from command line. I don't have permission to save .py file in python directory (C:\program files\python33) so I saved it to …

  8. How to run .py script from anywhere in command line (windows)

    From what I've found so far, Windows can't explicitly run python scripts from anywhere, it can only do this with executable files, but I refer to you guys to help me out here. As above, already tried adding …

  9. python - How to run script with elevated privilege on windows - Stack ...

    Jul 20, 2016 · How to run script with elevated privilege on windows Asked 12 years, 1 month ago Modified 1 year, 8 months ago Viewed 305k times

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

    In Windows 7, to start python from the cmd prompt you need not to type python3, python is enough. There is a python.exe file in the install directory, at least for version 3.8.6 I use.