Spaces:
Running
Running
Fix path to Julia
Browse files- 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="$
|
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
|