Changes

Jump to navigation Jump to search
m
no edit summary
# <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:
:::{||#* <kbd>'''Bash: '''</kbd>|<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>|}  
#* 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