winebuild.sh updates #1663
|
@ -67,10 +67,9 @@ function install_python(){
|
||||||
echo "Installing vc_redist (2008) for 32 bit "
|
echo "Installing vc_redist (2008) for 32 bit "
|
||||||
wine vcredist_x86.exe /Q
|
wine vcredist_x86.exe /Q
|
||||||
fi
|
fi
|
||||||
# add cert
|
echo "Installing pytools 2020.2"
|
||||||
if [ -f /usr/local/share/ca-certificates/bitmessage-proxy.crt ]; then
|
# last version compatible with python 2
|
||||||
wine python -m pip config set global.cert 'z:\usr\local\share\ca-certificates\bitmessage-proxy.crt'
|
wine python -m pip install pytools==2020.2
|
||||||
fi
|
|
||||||
echo "Upgrading pip"
|
echo "Upgrading pip"
|
||||||
wine python -m pip install --upgrade pip
|
wine python -m pip install --upgrade pip
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user