File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed
Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if [[ -z ${INSTDIR} ]]; then
44 . " ${HOME} /tespEnv"
55fi
66
7- ver=" 1.3.3 "
7+ ver=" 1.3.5 "
88
99echo
1010echo " Stamping TESP $ver , if you want to change the version, edit this file."
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ tables 3.8.0
210210tabulate 0.9.0
211211tenacity 8.2.3
212212termcolor 2.3.0
213- tesp-support 1.3.2 /home/tesp/tesp/repository/tesp/src/tesp_support
213+ tesp-support 1.3.5 /home/tesp/tesp/repository/tesp/src/tesp_support
214214text-unidecode 1.3
215215threadpoolctl 3.2.0
216216tomli 2.0.1
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ echo "Install TESP home directory"
2525echo " TESP home dirctory is $WORKDIR "
2626
2727cat > " $HOME /tespEnv" << EOF
28- . $VIRTUAL_ENV /bin/activate
28+ . $HOME /.tvenv /bin/activate
2929
3030# TESP exports
3131export TESPDIR=$WORKDIR
@@ -72,11 +72,14 @@ python3 -m venv "$HOME/.tvenv" --prompt TESP
7272source " $HOME /tespEnv"
7373
7474echo " Installing Python Libraries..."
75- which python > " $HOME /tesp_pypi .log" 2>&1
75+ which python > " $HOME /tesp .log" 2>&1
7676pip install --upgrade pip >> " $HOME /tesp.log" 2>&1
7777
78- git clone --no-checkout main https://github.com/pnnl/tesp " $TESPDIR "
78+ echo " Installing TESP empty repo..."
79+ git clone --no-checkout https://github.com/pnnl/tesp " $TESPDIR "
7980cd " $TESPDIR " || exit
81+
82+ echo " Installing Python Libraries..."
8083git checkout HEAD requirements.txt
8184pip install -r " $TESPDIR /requirements.txt" >> " $HOME /tesp.log" 2>&1
8285
Original file line number Diff line number Diff line change 1- 1.3.3
1+ 1.3.5
Original file line number Diff line number Diff line change 1- 1.3.3
1+ 1.3.5
You can’t perform that action at this time.
0 commit comments