diff options
author | Camil Staps | 2019-05-26 21:21:30 +0200 |
---|---|---|
committer | Camil Staps | 2019-05-26 21:21:30 +0200 |
commit | bbf7e50bbf77ea09f56cac95f2da7d80f08e7003 (patch) | |
tree | 536cc7972f8ddf990d9b3d158d6e1078a006aac9 /system | |
parent | Add environment settings for ruby, go, cargo, arcanist (to build SpiderMonkey... (diff) |
Update to TeX Live 2019
Diffstat (limited to 'system')
-rw-r--r-- | system/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/.profile b/system/.profile index a98b410..fd8e67f 100644 --- a/system/.profile +++ b/system/.profile @@ -1,6 +1,6 @@ export CLEAN_HOME=/opt/clean export CLEANLIB=$CLEAN_HOME/exe -export PATH="$PATH:/usr/local/texlive/2018/bin/x86_64-linux" +export PATH="$PATH:/usr/local/texlive/2019/bin/x86_64-linux" export PATH="$PATH:/opt/microchip/xc16/v1.26/bin" export PATH="$PATH:/opt/microchip/xc8/v1.41/bin" export PATH="$PATH:/opt/zotero" |