Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Skipper installation change
Browse files Browse the repository at this point in the history
  • Loading branch information
tsorya committed Jun 23, 2020
1 parent a0b4a5a commit 0338afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ function install_skipper() {
echo "Installing skipper and adding ~/.local/bin to PATH"
pip3 install strato-skipper==1.22.0 --user

grep -qxF "export PATH=~/.local/bin:$PATH" ~/.bashrc || echo "export PATH=~/.local/bin:$PATH" >> ~/.bashrc
export PATH="$PATH:~/.local/bin"
#grep -qxF "export PATH=~/.local/bin:$PATH" ~/.bashrc || echo "export PATH=~/.local/bin:$PATH" >> ~/.bashrc
#export PATH="$PATH:~/.local/bin"

if ! [ -x "$(command -v skipper)" ]; then
sudo cp ~/.local/bin/skipper /usr/local/bin
Expand Down

0 comments on commit 0338afc

Please sign in to comment.