MilesCranmer commited on
Commit
ee0ed3e
·
unverified ·
1 Parent(s): 5a4bba9

Fix path to Julia

Browse files
Files changed (1) hide show
  1. gui/install_pysr.sh +1 -1
gui/install_pysr.sh CHANGED
@@ -9,6 +9,6 @@ fi
9
 
10
  # Need to install PySR in separate python instance:
11
  if [ ! -d "/home/user/.julia/environments/pysr-0.11.9" ]; then
12
- export PATH="$PATH:/home/user/julia/bin/"
13
  python -c 'import pysr; pysr.install()'
14
  fi
 
9
 
10
  # Need to install PySR in separate python instance:
11
  if [ ! -d "/home/user/.julia/environments/pysr-0.11.9" ]; then
12
+ export PATH="$HOME/.local/bin:$PATH"
13
  python -c 'import pysr; pysr.install()'
14
  fi