]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
add pip symbolic link to pip3
authornghodban <Nabil.Ghodbane@c-s.fr>
Mon, 14 Dec 2020 14:27:07 +0000 (15:27 +0100)
committernghodban <Nabil.Ghodbane@c-s.fr>
Mon, 14 Dec 2020 14:27:31 +0000 (15:27 +0100)
products/compil_scripts/Python.sh

index 4f5be6a40eed19e131acd839b79f38e794fb7e61..14070ca1010555aff0a488c9a0d698974aae63d3 100755 (executable)
@@ -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...