added /usr/local/bin to PATH

This commit is contained in:
Azra Sulthana
2019-07-17 13:43:31 +05:30
parent f6b0c04451
commit 2c25fb2020

View File

@@ -11,6 +11,7 @@ set -e
# pip. This may need some logic if other distros are added. Note: # pip. This may need some logic if other distros are added. Note:
# Parsing /etc/os-release is probably a good starting point for that. # Parsing /etc/os-release is probably a good starting point for that.
./bin/pacapt install --noconfirm python-pip ./bin/pacapt install --noconfirm python-pip
export PATH=$PATH:/usr/local/bin
# See Pipfile and Pipfile.lock. # See Pipfile and Pipfile.lock.
pip install pipenv pip install pipenv