Remove python2 package installation

This commit is contained in:
Taylor Helsper 2022-08-11 22:29:42 -05:00
parent f77832ae05
commit 20d2632548
2 changed files with 0 additions and 13 deletions

View File

@ -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

View File

@ -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