From a2d4cb6ff61736166a835b150b9767990b67ce76 Mon Sep 17 00:00:00 2001 From: qo-op Date: Wed, 10 Mar 2021 07:12:35 +0100 Subject: [PATCH] 'export PATH=$PATH:$HOME/.local/bin' --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 312573c..209a177 100755 --- a/install.sh +++ b/install.sh @@ -18,7 +18,7 @@ sudo apt-get install build-essential qrencode jq bc gawk ffmpeg sqlite dnsutils [[ ! $(which kodi) && "$USER" != "xbian" ]] && sudo apt-get install kodi -y [[ "$USER" != "xbian" ]] && sudo apt-get install x11-utils zenity handbrake* -y ## INSTALL PYTHON CRYPTO LAYER -echo "export PATH=$PATH:$HOME/.local/bin" >> ~/.bashrc && source ~/.bashrc +echo 'export PATH=$PATH:$HOME/.local/bin' >> ~/.bashrc && source ~/.bashrc python3 -m pip install -U pip python3 -m pip install -U setuptools wheel python3 -m pip install -U cryptography Ed25519 base58 google protobuf duniterpy silkaj