About 278,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 …

  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 …

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

    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 …

  4. How do I run a Python program in the Command Prompt in …

    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...

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

    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 …

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

    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

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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 …