Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:19
Show Gist options
  • Save ezhov-da/47b40d799690a51b3e9199b578e9d9c9 to your computer and use it in GitHub Desktop.
Save ezhov-da/47b40d799690a51b3e9199b578e9d9c9 to your computer and use it in GitHub Desktop.
linux add path
<pre>
Для того, чтоб добавить в переменную PATH значение, достаточно откорректировать файл:
Global paths should be set in /etc/profile or /etc/environment, just add this line to /etc/profile:
PATH=$PATH:/path/to/ANT/bin
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment