mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
Minor fix
This commit is contained in:
@@ -33,9 +33,6 @@ if isUbuntu18 || isUbuntu20 ; then
|
||||
setEtcEnvironmentVariable "PIPX_HOME" $PIPX_HOME
|
||||
prependEtcEnvironmentPath /opt/pipx_bin
|
||||
|
||||
# Add pipx bin directory to path
|
||||
echo 'export PATH="$PATH:/opt/pipx_bin"' >> /etc/skel/.bashrc
|
||||
|
||||
# Test pipx
|
||||
if ! command -v pipx; then
|
||||
echo "pipx was not installed or not found on PATH"
|
||||
|
||||
Reference in New Issue
Block a user