From a3437fcd2b4bc52de0d32931e81b205971fd72f0 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Thu, 16 May 2019 16:40:40 -0700 Subject: [PATCH] update --- cookbooks/python/recipes/install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/python/recipes/install.bash b/cookbooks/python/recipes/install.bash index 88237811..1a354670 100755 --- a/cookbooks/python/recipes/install.bash +++ b/cookbooks/python/recipes/install.bash @@ -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