install-sql.sh possible bugfix

This commit is contained in:
Max 2021-07-27 17:13:22 -04:00
parent 6fb7a6b1ca
commit b57db0d599
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ USERDIR=~/.local/bin
sudo apt-get install python3-pip
PIP3=`which pip3`
# # # # # # un-comment the following two lines for ubuntu 16.04 # # # # # #
#pip3 install --user pip==10.0.1
#PIP3=$USERDIR/pip3