Skip to content

JASONews/pythonPackageRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages