mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
added /usr/local/bin to PATH
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user