Skip to content

Commit

Permalink
fix there is no pip so use wget
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Apr 3, 2015
1 parent 579b846 commit 08c4e70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ubuntu_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ else
sudo -u $USER export PATH=$HOMEDIR/miniconda/bin:$PATH
fi

python -m wget https://raw.githubusercontent.com/mjirik/lisa/master/install.sh
bash install.sh
sudo -u $USER wget https://raw.githubusercontent.com/mjirik/lisa/master/install.sh
sudo -u bash install.sh


sudo make install
# sudo -u $USER sh -c "cd ~/projects/skelet3d/build && cmake .. && make"
Expand Down

0 comments on commit 08c4e70

Please sign in to comment.