translating

This commit is contained in:
geekpi 2015-04-14 10:02:22 +08:00
parent 55a35270b7
commit b4bec28328

View File

@ -1,3 +1,5 @@
Translating----geekpi
Linux FAQs with Answers--How to change PATH environment variable on Linux Linux FAQs with Answers--How to change PATH environment variable on Linux
================================================================================ ================================================================================
> **Question**: When I try to run an executable, it complains "command not found." The executable is actually located in /usr/local/bin. How can I add /usr/local/bin to my PATH variable, so that I can run the command without specify the path? > **Question**: When I try to run an executable, it complains "command not found." The executable is actually located in /usr/local/bin. How can I add /usr/local/bin to my PATH variable, so that I can run the command without specify the path?