make PATH persist

This commit is contained in:
openoms
2019-04-16 18:02:52 +01:00
parent 61f2071728
commit f15e50df39
3 changed files with 10 additions and 7 deletions

View File

@@ -30,8 +30,11 @@ fi
sudo apt-get install -y python3-setuptools python3-pip
python3 -m pip install --user Electrum-3.3.4.tar.gz[fast]
# add install dir to PATH
PATH=$PATH:~/.local/bin/
# add install dir to PATH (and make persist)
PATH=$PATH:~/.local/bin
touch ~/.profile
export PATH
~/.profile
echo "Type the PASSWORD B of your RaspiBlitz followed by [ENTER]:"
read PASSWORD_B