mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
[ubuntu] Remove pip symlink creation (#3366)
This commit is contained in:
@@ -11,13 +11,10 @@ source $HELPER_SCRIPTS/os.sh
|
|||||||
|
|
||||||
# Install Python, Python 3, pip, pip3
|
# Install Python, Python 3, pip, pip3
|
||||||
if isUbuntu16 || isUbuntu18; then
|
if isUbuntu16 || isUbuntu18; then
|
||||||
apt-get install -y --no-install-recommends python python-dev python-pip python3 python3-dev python3-pip python3-venv
|
apt-get install -y --no-install-recommends python python-dev python-pip
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if isUbuntu20; then
|
apt-get install -y --no-install-recommends python3 python3-dev python3-pip python3-venv
|
||||||
apt-get install -y --no-install-recommends python3 python3-dev python3-pip python3-venv
|
|
||||||
ln -s /usr/bin/pip3 /usr/bin/pip
|
|
||||||
fi
|
|
||||||
|
|
||||||
if isUbuntu18 || isUbuntu20 ; then
|
if isUbuntu18 || isUbuntu20 ; then
|
||||||
# Install pipx
|
# Install pipx
|
||||||
|
|||||||
Reference in New Issue
Block a user