Skip to content

Commit

Permalink
run_wine: delete get-pip.py after using it
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Aug 15, 2016
1 parent b8ca8be commit dc166dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_wine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ PYTHONEXE="$WINEPREFIX/drive_c/$DIRNAME/python.exe"
PIPEXE="$WINEPREFIX/drive_c/$DIRNAME/Scripts/pip.exe"
wget "https://bootstrap.pypa.io/get-pip.py"
wine "$PYTHONEXE" get-pip.py
rm get-pip.py
wine "$PIPEXE" install pytest
wine "$PYTHONEXE" ${@:2}
exit_code=$?
Expand Down

0 comments on commit dc166dc

Please sign in to comment.