Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 committed Feb 3, 2025
1 parent d7e5193 commit 685efc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/python/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -788,8 +788,6 @@ if [ "${PYTHON_VERSION}" != "none" ]; then
major_version=$(get_major_version ${PYTHON_VER})
IFS=","
read -a additional_versions <<< "$ADDITIONAL_VERSIONS"
# update-alternatives --install ${PYTHON_INSTALL_PATH}${major_version} python${major_version} ${PYTHON_INSTALL_PATH}/${PYTHON_VER} $((${#additional_versions[@]}+1))
# update-alternatives --install ${PYTHON_INSTALL_PATH}/${PYTHON_VER}/bin/python${major_version} python${major_version} ${PYTHON_INSTALL_PATH}/${PYTHON_VER} $((${#additional_versions[@]}+1))
update-alternatives --install ${CURRENT_PATH}/bin/python${PYTHON_VERSION} python${major_version} ${PYTHON_INSTALL_PATH}/${PYTHON_VER} $((${#additional_versions[@]}+1))
update-alternatives --set python${major_version} ${PYTHON_INSTALL_PATH}/${PYTHON_VER}

Expand Down

0 comments on commit 685efc8

Please sign in to comment.