install python lib globally

This commit is contained in:
fred 2022-11-15 14:34:59 +01:00
parent ef16b1c28f
commit 53de592193
1 changed files with 2 additions and 3 deletions

View File

@ -113,7 +113,7 @@ echo 'export PATH=$PATH:$HOME/.local/bin' >> ~/.bashrc && source ~/.bashrc; echo
for i in pip setuptools wheel cryptography==3.4.8 Ed25519 base58 google duniterpy pynacl pgpy pynentry SecureBytes; do
echo ">>> Installation $i <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
python3 -m pip install -U $i
sudo python3 -m pip install -U $i
[[ $? != 0 ]] && echo "INSTALL $i FAILED." && echo "python3 -m pip install -U $i FAILED." >> /tmp/install.failed.log && continue
done
@ -147,7 +147,7 @@ echo "=== Astroport UPGRADE SYSTEM IPFS"
#### SETUP JAKLIS ###############################################################
echo "=== Configuration jaklis: Centre de communication CESIUM+ GCHANGE+"
cd $MY_PATH/tools/jaklis
./setup.sh
sudo ./setup.sh
## XBIAN fail2ban ERROR correction ##
#[....] Starting authentication failure monitor: fail2ban No file(s) found for glob /var/log/auth.log
@ -239,7 +239,6 @@ echo Execution time was `expr $end - $start` seconds.
[[ $ADVENTURE ]] && ~/.zen/Astroport.ONE/adventure/adventure.sh \
|| ~/.zen/Astroport.ONE/start.sh
else
echo "Installation existante !!