mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
[Ubuntu] Add /home/runner/.local/bin to PATH (#2491)
* return it back * added python new path * added skel path implementation
This commit is contained in:
@@ -40,4 +40,7 @@ if isUbuntu18 || isUbuntu20 ; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Adding this dir to PATH will make installed pip commands are immediately available.
|
||||||
|
echo 'export PATH="$PATH:$HOME/.local/bin"' | tee -a /etc/skel/.bashrc
|
||||||
|
|
||||||
invoke_tests "Tools" "Python"
|
invoke_tests "Tools" "Python"
|
||||||
|
|||||||
Reference in New Issue
Block a user