Skip to content

Commit e07a033

Browse files
committed
bug fixes
1 parent a3437fc commit e07a033

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cookbooks/python/recipes/install.bash

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ function install()
1818
compileAndInstallFromSource "${PYTHON_DOWNLOAD_URL}" "${PYTHON_INSTALL_FOLDER_PATH}" "${PYTHON_INSTALL_FOLDER_PATH}/bin/python3" "$(whoami)"
1919
ln -f -s "${PYTHON_INSTALL_FOLDER_PATH}/bin/python3" '/usr/local/bin/python'
2020

21-
"${PYTHON_INSTALL_FOLDER_PATH}/bin/pip3" install --upgrade pip
22-
ln -f -s "${PYTHON_INSTALL_FOLDER_PATH}/bin/pip3" '/usr/local/bin/pip3'
23-
2421
# Config Profile
2522

2623
local -r profileConfigData=('__INSTALL_FOLDER_PATH__' "${PYTHON_INSTALL_FOLDER_PATH}")
@@ -30,7 +27,6 @@ function install()
3027
# Display Version
3128

3229
displayVersion "$(python3 --version)"
33-
displayVersion "$(pip3 --version)"
3430

3531
umask '0077'
3632
}

0 commit comments

Comments
 (0)