From: nghodban Date: Mon, 14 Dec 2020 14:27:07 +0000 (+0100) Subject: add pip symbolic link to pip3 X-Git-Tag: V9_7_0~188 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1c499d962f7998a99c1a13fc977db1dc873768b0;p=tools%2Fsat_salome.git add pip symbolic link to pip3 --- diff --git a/products/compil_scripts/Python.sh b/products/compil_scripts/Python.sh index 4f5be6a..14070ca 100755 --- a/products/compil_scripts/Python.sh +++ b/products/compil_scripts/Python.sh @@ -78,6 +78,7 @@ if [ ${PYTHON_VERSION_MAJ} == 3 ] then cd ${PRODUCT_INSTALL}/bin ln -s python3 python + ln -s pip3 pip fi # fix the path...