Skip to content

Repository with some useful astronomy-related executable scripts written in python

Notifications You must be signed in to change notification settings

temuller/executables

Repository files navigation

How to create executable python scripts

Add a shebang line to the top of the script:
#!/usr/bin/env python

Mark the script as executable:
chmod +x myscript.py

Add the directory containing your script to your PATH variable:
export PATH=/path/to/script:$PATH

About

Repository with some useful astronomy-related executable scripts written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages