Remove useless libs

This commit is contained in:
Oscar 2021-08-07 05:17:34 -05:00
parent c878d40230
commit 0aa5841412
2 changed files with 5 additions and 10 deletions

View File

@ -34,7 +34,7 @@ nameuser='psk'
# Install new apt packages
sudo apt install python3-gi-cairo
sudo apt install python-suds
sudo apt install python3.8-venv
# Create Virtualenv
message "[INFO] Creating virtualenv... $venv " ${BLUE}
@ -51,15 +51,16 @@ read -p "Was created virtualenv $venv? " response
message "[INFO] Your Virtualenv $venv is ready...!" ${YELLOW}
PYT_CMD=${HOME}/.virtualenvs/${venv}/bin/python3
source ~/.virtualenvs/${venv}/bin/activate
# Install PIP packages
PIP_CMD=${HOME}/.virtualenvs/${venv}/bin/pip3
message "[INFO] Installing main PIP3 packages..." ${BLUE}
pippackages="
psycopg2-binary
wheel
psycopg2
psycopg2cffi
trytond==6.0.4
psycopg2-binary
bcrypt
pytz
wrapt
@ -85,7 +86,6 @@ pippackages="
flask_cors
gunicorn
Werkzeug==1.0.1
wheel
sendgrid
simplejson
pycrypto

View File

@ -1,5 +0,0 @@
#!/bin/sh
echo 'PROBANDO USUARIO > ' $SUDO_USER, $HOME
# sudo apt update