Skip to content

Commit

Permalink
Debug bad path
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Jan 30, 2024
1 parent 999359f commit 59f2476
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ cd ..
git clone https://github.com/spinalcordtoolbox/spinalcordtoolbox ~/content/sct
cd ~/content/sct
yes | ./install_sct
echo 'export PATH=/home/mathieuboudreau/content/sct/bin:$PATH' >> ~/.bashrc
echo 'export PATH=~/content/sct/bin:$PATH' >> ~/.bashrc
echo 'export MPLBACKEND='Agg'' >> ~/.bashrc

echo 'export PATH=/home/mathieuboudreau/content/sct/bin:$PATH' >> ~/.bash_profile
echo 'export PATH=~/content/sct/bin:$PATH' >> ~/.bash_profile
echo 'export MPLBACKEND='Agg'' >> ~/.bash_profile

echo 'export PATH=/home/mathieuboudreau/content/sct/bin:$PATH' >> ~/.bash_login
echo 'export PATH=~/content/sct/bin:$PATH' >> ~/.bash_login
echo 'export MPLBACKEND='Agg'' >> ~/.bash_login

echo 'export PATH=/home/mathieuboudreau/content/sct/bin:$PATH' >> ~/.profile
echo 'export PATH=~/content/sct/bin:$PATH' >> ~/.profile
echo 'export MPLBACKEND='Agg'' >> ~/.profile
cd ~/

0 comments on commit 59f2476

Please sign in to comment.