diff --git a/rootfs/standard/usr/bin/mynode_post_upgrade.sh b/rootfs/standard/usr/bin/mynode_post_upgrade.sh index 882bed40..e9c38a86 100755 --- a/rootfs/standard/usr/bin/mynode_post_upgrade.sh +++ b/rootfs/standard/usr/bin/mynode_post_upgrade.sh @@ -158,9 +158,6 @@ if ! skip_base_upgrades ; then echo "" > /etc/nginx/sites-available/default dpkg --configure -a - # Install any pip software (python2 should not longer be used) - #pip2 install tzupdate virtualenv pysocks redis qrcode image subprocess32 --no-cache-dir - # Install Rust (only needed on 32-bit RPi for building some python wheels) if [ ! -f $HOME/.cargo/env ]; then diff --git a/setup/setup_device.sh b/setup/setup_device.sh index 7f7b134b..ced4a824 100755 --- a/setup/setup_device.sh +++ b/setup/setup_device.sh @@ -254,16 +254,6 @@ usermod -a -G debian-tor bitcoin adduser admin bitcoin grep "joinmarket" /etc/sudoers || (echo 'joinmarket ALL=(ALL) NOPASSWD:ALL' | EDITOR='tee -a' visudo) -# Install pip packages -pip2 install setuptools -pip2 install --upgrade setuptools -pip2 install wheel -pip2 install --upgrade wheel -pip2 install speedtest-cli transmissionrpc flask python-bitcoinrpc redis prometheus_client requests -pip2 install python-pam==1.8.4 python-bitcoinlib psutil -pip2 install grpcio grpcio-tools googleapis-common-protos -pip2 install tzupdate virtualenv pysocks redis qrcode image subprocess32 - # Install Rust (only needed on 32-bit RPi for building some python wheels) if [ ! -f $HOME/.cargo/env ]; then