Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed May 17, 2019
1 parent a3437fc commit e07a033
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cookbooks/python/recipes/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ function install()
compileAndInstallFromSource "${PYTHON_DOWNLOAD_URL}" "${PYTHON_INSTALL_FOLDER_PATH}" "${PYTHON_INSTALL_FOLDER_PATH}/bin/python3" "$(whoami)"
ln -f -s "${PYTHON_INSTALL_FOLDER_PATH}/bin/python3" '/usr/local/bin/python'

"${PYTHON_INSTALL_FOLDER_PATH}/bin/pip3" install --upgrade pip
ln -f -s "${PYTHON_INSTALL_FOLDER_PATH}/bin/pip3" '/usr/local/bin/pip3'

# Config Profile

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

displayVersion "$(python3 --version)"
displayVersion "$(pip3 --version)"

umask '0077'
}
Expand Down

0 comments on commit e07a033

Please sign in to comment.