Skip to content

Commit

Permalink
Merge pull request Veil-Framework#332 from jgor/setup-use-pip-19
Browse files Browse the repository at this point in the history
ensure pip 19.1.x for python 3.4.x support
  • Loading branch information
ChrisTruncer authored Jan 22, 2020
2 parents 4372d43 + db0a3e3 commit 3648903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ func_python_deps(){

## Use wine based pip to install dependencies
echo -e "\n\n [*] ${YELLOW}Installing (Wine) Python's PIP pefile${RESET}\n"
sudo -u "${trueuser}" WINEPREFIX="${winedir}" wine "${winedir}/drive_c/Python34/python.exe" "-m" "pip" "install" "--upgrade" "pip"
sudo -u "${trueuser}" WINEPREFIX="${winedir}" wine "${winedir}/drive_c/Python34/python.exe" "-m" "pip" "install" "--upgrade" "pip==19.1.*"
tmp="$?"
if [[ "${tmp}" -ne "0" ]]; then
msg="Failed to run (wine) Python pip... Exit code: ${tmp}"
Expand Down

0 comments on commit 3648903

Please sign in to comment.