mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
Remove python2 pip for Debian installs
This commit is contained in:
@@ -18,8 +18,7 @@ else
|
||||
apt-get update && \
|
||||
apt-get install -y \
|
||||
python3-dev \
|
||||
python3-pip \
|
||||
python-pip
|
||||
python3-pip
|
||||
fi
|
||||
export PATH=/usr/local/bin:$PATH
|
||||
export PIP_DEFAULT_TIMEOUT=60
|
||||
|
||||
Reference in New Issue
Block a user