mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 01:51:49 +08:00
Do not use "set -e" for the activate script
This commit is contained in:
parent
18f454f1b2
commit
bbc6238029
@ -26,10 +26,12 @@ conda info -a
|
||||
conda_pkgs="qt cmake"
|
||||
|
||||
conda create -q -p $our_install_dir ${conda_pkgs}
|
||||
source activate $our_install_dir
|
||||
|
||||
cd $SOURCE_DIR;
|
||||
|
||||
# Since this script is getting sourced, remove error on exit
|
||||
set +e
|
||||
set +x
|
||||
|
||||
source activate $our_install_dir
|
||||
|
||||
cd $SOURCE_DIR;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user