We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd2998 commit e99a313Copy full SHA for e99a313
build-scx-scheds/install-dependencies.sh
@@ -12,7 +12,7 @@ sudo -E apt-get -y update
12
# Download and install pipx
13
sudo -E apt-get --no-install-recommends -y install wget python3 python3-pip python3-venv
14
wget "https://github.com/pypa/pipx/releases/download/${PIPX_VERSION}/pipx.pyz"
15
-mv pipx.pyz /usr/bin/pipx && chmod +x /usr/bin/pipx
+chmod +x pipx.pyz && sudo mv pipx.pyz /usr/bin/pipx
16
17
# pipx ensurepath is not doing what we need
18
# install pipx apps to /usr/local/bin manually
0 commit comments