Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ankitchan/RunPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

RunPy

Run Python scripts without installing Python environment on Windows

Hey coders!!! Below is a new method to run python scripts through command prompt without installing Python environment on windows platform

Steps:

  1. Download latest version of Python zip folder from https://www.python.org/downloads/windows/ and extract it to your local machine.
  2. Download Pip from https://github.com/pypa/pip. Extract and copy the pip folder to Python folder, extracted in the above step.
  3. If you need to install any external modules then run the following on command prompt: python.exe -m pip install <module name(s)>

Voila!!! You can run your Python scripts as: python.exe <your_script_name>.py

Note: I have included a Python folder for your reference which you can reuse it for your own purpose.

About

New method to run Python scripts without installing Python environment on Windows

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published