mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
change PIPX_HOME for arm64 (#9711)
This commit is contained in:
@@ -44,7 +44,7 @@ echo "Installing pipx"
|
|||||||
|
|
||||||
if is_Arm64; then
|
if is_Arm64; then
|
||||||
export PIPX_BIN_DIR="$HOME/.local/bin"
|
export PIPX_BIN_DIR="$HOME/.local/bin"
|
||||||
export PIPX_HOME="$HOME/Library/Application\ Support/pipx"
|
export PIPX_HOME="$HOME/.local/pipx"
|
||||||
else
|
else
|
||||||
export PIPX_BIN_DIR=/usr/local/opt/pipx_bin
|
export PIPX_BIN_DIR=/usr/local/opt/pipx_bin
|
||||||
export PIPX_HOME=/usr/local/opt/pipx
|
export PIPX_HOME=/usr/local/opt/pipx
|
||||||
|
|||||||
Reference in New Issue
Block a user