-
Notifications
You must be signed in to change notification settings - Fork 0
temuller/executables
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published