Changes

Jump to navigation Jump to search
#* '''Sh'''/'''Ksh''': <code>echo 'export PATH=...instructions...:$PATH' >> ~/.profile</code>
#* '''Tcsh'''/'''csh''': <code>echo 'set path = ($path ...instructions...)' >> ~/.cshrc</code>
 
{|
|'''Bash'''
|<code>echo 'export PATH=...instructions...:$PATH' >> ~/.bashrc</code>
|-
|'''Zsh'''
|<code>echo 'export PATH=...instructions...:$PATH' >> ~/.zshenv</code>
|-
|'''Sh'''/'''Ksh'''
|<code>echo 'export PATH=...instructions...:$PATH' >> ~/.profile</code>
|-
|'''Tcsh'''/'''csh'''
|<code>echo 'set path = ($path ...instructions...)' >> ~/.cshrc</code>
|}
 
 
#* For example, if ConTeXt was downloaded into `$HOME/context` on a system running bash, then the following line would update the PATH environment variable: <code>echo 'export PATH=$HOME/context/tex/texmf-linux-64/bin:$PATH' >> ~/.bashrc</code>
# Then generate the cache with <code>mtxrun --generate</code>.
237

edits

Navigation menu