diff options
Diffstat (limited to 'src/python/install.sh')
-rwxr-xr-x | src/python/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/install.sh b/src/python/install.sh index 1e3875b..7ab8b03 100755 --- a/src/python/install.sh +++ b/src/python/install.sh @@ -412,7 +412,7 @@ if [ "${INSTALL_PYTHON_TOOLS}" = "true" ] && [ "${PYTHON_VERSION}" != "none" ]; updaterc "export PIPX_BIN_DIR=\"${PIPX_BIN_DIR}\"" updaterc "if [[ \"\${PATH}\" != *\"\${PIPX_BIN_DIR}\"* ]]; then export PATH=\"\${PATH}:\${PIPX_BIN_DIR}\"; fi" - chown -R :python "${PIPX_HOME}" + chown -R "${USERNAME}:python" "${PIPX_HOME}" chmod -R g+r+w "${PIPX_HOME}" find "${PIPX_HOME}" -type d | xargs -n 1 chmod g+s fi |