bypass error msg install-sql.sh

This commit is contained in:
Max 2021-07-26 20:52:06 -04:00
parent 7373d10e1c
commit 6fb7a6b1ca
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ sudo apt-get install python3-pip
#pip3 install --user pip==10.0.1 #pip3 install --user pip==10.0.1
#PIP3=$USERDIR/pip3 #PIP3=$USERDIR/pip3
echo PIP3 now set to $PIP3, checking version... echo PIP3 now set to $PIP3
$PIP3 --version # # # $PIP3 --version # # # generates errors -- (?)
$PIP3 install --user sqlalchemy $PIP3 install --user sqlalchemy
$PIP3 install --user flask $PIP3 install --user flask