Skip to content

Commit fe24daf

Browse files
authored
Modify installation script to alter PYTHONPATH destination.
/home/$USER may not be the same as $HOME on some systems (e.g. containers)
1 parent 74cbb14 commit fe24daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ubuntu_install_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ bash install-sundials-2.5.sh
44
sudo pip install cython --upgrade
55
cd ..
66
make
7-
echo "export PYTHONPATH=$(dirname $PWD):$PYTHONPATH" >> /home/$USER/.bashrc
7+
echo "export PYTHONPATH=$(dirname $PWD):$PYTHONPATH" >> $HOME/.bashrc

0 commit comments

Comments
 (0)