diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-08 20:37:11 +0300 |
---|---|---|
committer | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-08 20:37:11 +0300 |
commit | e7b248400b958940c75308e8a594c4335ce4810b (patch) | |
tree | 468ecdb7105811cbabde49a49ea8291bc21f5b51 /src/python/install.sh | |
parent | 6c2ee1821fb8af7c92c21139fcee5894c1e32f0f (diff) |
fix os-provided
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 a767087..414b0d9 100755 --- a/src/python/install.sh +++ b/src/python/install.sh @@ -336,7 +336,7 @@ install_python() { if [ ${PYTHON_VERSION} = "os-provided" ] || [ ${PYTHON_VERSION} = "system" ]; then check_packages python3 python3-doc python3-pip python3-venv python3-dev python3-tk PYTHON_ROOT="/usr/bin" - CURRENT_PATH=$PYTHON_ROOT + CURRENT_PATH="/usr" ln -s "${PYTHON_ROOT}/python3" "${PYTHON_ROOT}/python" ln -s "${PYTHON_ROOT}/pydoc3" "${PYTHON_ROOT}/pydoc" |