Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 513 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 513 Bytes

pythonPackageRunner

##A Brief Description A simple shell script that can facilitate user run single python file in a package directory from anywhere

##Usage Firstly Change the mode of pypkg file, delete the extention if you perfer to and move it to your bash file load directory. In my case, it is /usr/local/bin/

$chmod 764 pypkg
$mv pypkg /usr/local/bin/ #$PATH or /your/load/path/

Then you are all set! Try run a python file from anywhere your want!

pypkg hello.py