Tagged Questions
5
votes
1answer
122 views
How would one detect if external command exists in a script?
Is there a way to detect if an external command exists (i.e. wget, svn)?
More specifically today, i was trying to run one of my scripts i wrote and the person didn't have wget or svn installed.
The ...
0
votes
0answers
27 views
Problem with calling program from the command line [closed]
Note: this is a cross post with this post on SO.
I am trying to build a command line wrapper in Python 3 for an exiting command line tool called 'spooky' and I am having a hard time understanding ...