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