Changes

Jump to navigation Jump to search
# <code>sh install.sh</code>
# Update the PATH environment variable by using the path instructions displayed when the install program finishes. The instructions will vary depending on the type of shell being used:
#* '''Bash''': <code>echo 'export PATH=...instructions...:$PATH' >> ~/.bashrc</code>#* '''Zsh''': <code>echo 'export PATH=...instructions...:$PATH' >> ~/.zshenv</code>{|#* '''Sh'''/'''Ksh''': |<codekbd>echo 'export PATH=...instructions...:$PATH' >> ~/.profile</code>#* 'Bash''Tcsh'''/'''csh''': <code>echo 'set path = ($path ...instructions...)' >> ~/.cshrc</codekbd>#* {||'''Bash'''
|<code>echo 'export PATH=...instructions...:$PATH' >> ~/.bashrc</code>
|-
|<kbd>'''Zsh'''</kbd>
|<code>echo 'export PATH=...instructions...:$PATH' >> ~/.zshenv</code>
|-
|<kbd>'''Sh'''/'''Ksh'''</kbd>
|<code>echo 'export PATH=...instructions...:$PATH' >> ~/.profile</code>
|-
|<kbd>'''Tcsh'''/'''csh'''</kbd>
|<code>echo 'set path = ($path ...instructions...)' >> ~/.cshrc</code>
|}
237

edits

Navigation menu