mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-11 16:09:16 +00:00
Remove python2 package installation
This commit is contained in:
parent
f77832ae05
commit
20d2632548
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user