MilesCranmer commited on
Commit
ae76d63
·
1 Parent(s): 2b76017

Fix path to Julia

Browse files
Files changed (1) hide show
  1. install_pysr.sh +1 -1
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