Salome HOME
Make name of level-2 sub-shape in the sketch naming equal as it is named at level...
[modules/shaper.git] / env.sh
diff --git a/env.sh b/env.sh
index f42749e9e3e030f87369e0f54dbd924790c494ed..5b27f9ed0c2fed20462fda9b693ea9afcd7cdedc 100644 (file)
--- a/env.sh
+++ b/env.sh
@@ -10,7 +10,13 @@ export AUT_DIR=$(pwd)
 # Path to env_*.sh files
 export TOOLS_DIR=$(pwd)
 
-source /dn64/series7x/work/init.sh 2016-06-20
+export HOME_OLD=$HOME
+# to use patched OCCT 7.1.0 for SHAPER
+#export CUSTOM_CAS_ROOT=1
+#export ENV_FOR_LAUNCH=1
+
+source /dn64/series8x/work/init.sh 2017-03-22
+export HOME=$HOME_OLD
 
 # Path to solvespace-2
 export SHAPER_PDIR=/dn48/newgeom/common/products
@@ -18,4 +24,4 @@ export SHAPER_PDIR=/dn48/newgeom/common/products
 export SHAPER_ROOT_DIR=$(cd ${SOURCES_DIR}/.. && pwd)/install
 
 source ${TOOLS_DIR}/env_linux.sh
-source ${TOOLS_DIR}/env_salome.sh
\ No newline at end of file
+source ${TOOLS_DIR}/env_salome.sh