Certain programs you install on your comp become executable from terminal when you install them (node, python, etc.) How do you enable your executable to become a command line argument?
Excuse me for my english.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to make sure your program (or command line tool) is installed in a directory that is found by your “
$PATH” environment variable.The SuperUser site has a number of questions that show you how to modify $PATH so whatever tool you want to “install” can be easily run from the Terminal command line.