Salome HOME
align Numpy compilation approach
[tools/sat_salome.git] / products / compil_scripts / markupsafe.sh
index 964589fcb2cd98d3230866574e7ac1a3d8aa075e..466a858e64f2a63ac89a944dcb567c461be4a531 100755 (executable)
@@ -10,10 +10,10 @@ echo  "*** build in SOURCE directory"
 cd $SOURCE_DIR
 
 # we don't install in python directory -> modify environment as described in INSTALL file
-mkdir -p $PRODUCT_INSTALL/lib/python${PYTHON_VERSION:0:3}/site-packages
+mkdir -p $PRODUCT_INSTALL/lib/python${PYTHON_VERSION}/site-packages
 export PATH=$(pwd)/bin:$PATH
 export PYTHONPATH=$(pwd):$PYTHONPATH
-export PYTHONPATH=${PRODUCT_INSTALL}/lib/python${PYTHON_VERSION:0:3}/site-packages:$PYTHONPATH
+export PYTHONPATH=${PRODUCT_INSTALL}/lib/python${PYTHON_VERSION}/site-packages:$PYTHONPATH
 
 echo
 echo "*** build and install with $PYTHONBIN"