Install wheel before upgrading pip

This commit is contained in:
Anthony Rose 2021-03-18 12:56:03 +00:00
parent 113865e0ab
commit 2e8665ce24

View file

@ -43,8 +43,8 @@ if [ ! -x "$HOME/opt/ansible/bin/ansible-playbook" ]; then
fi
pushd "$install_path"
pipinstall pip
pipinstall wheel
pipinstall pip
pipinstall ansible
popd