9
[Linux] Where to download script files to?
(lemmy.world)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities [email protected]
Somehow nobody has mentioned that the executable script should reside in a location listed in the users path.
Add shebang Download to /usr/local/bin/ or at least symlink there.
Maybe package as pip package
Read a standard sometime people.
https://en.m.wikipedia.org/wiki/Filesystem_Hierarchy_Standard
OP wrote they want to install dependencies as well, that's why it's a bit more complex situation. For python scripts without external dependencies it would work.