Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed May 16, 2019
1 parent 6559fe6 commit a3437fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/python/recipes/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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'

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

# Config Profile
Expand Down

0 comments on commit a3437fc

Please sign in to comment.