File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2424# count words in text counter
2525# group elements list
2626
27- __CHTSH_VERSION=0.0.3
28- __CHTSH_DATETIME=" 2021-04-25 09 :30:30 +0200"
27+ __CHTSH_VERSION=0.0.4
28+ __CHTSH_DATETIME=" 2021-04-25 12 :30:30 +0200"
2929
3030# cht.sh configuration loading
3131#
199199 fi
200200
201201 _say_what_i_do Creating virtual environment
202- " $python " " $( command -v virtualenv) " " ${virtualenv_python3_option[@]} " ve \
203- || fatal Could not create virtual environment with " python2 $( command -v virtualenv) ve"
202+ virtualenv " ${virtualenv_python3_option[@]} " ve \
203+ || fatal " Could not create virtual environment with ' virtualenv ve' "
204204
205205 export CHEATSH_PATH_WORKDIR=$PWD
206206
Original file line number Diff line number Diff line change 2424# count words in text counter
2525# group elements list
2626
27- __CHTSH_VERSION=0.0.3
28- __CHTSH_DATETIME=" 2021-04-25 09 :30:30 +0200"
27+ __CHTSH_VERSION=0.0.4
28+ __CHTSH_DATETIME=" 2021-04-25 12 :30:30 +0200"
2929
3030# cht.sh configuration loading
3131#
199199 fi
200200
201201 _say_what_i_do Creating virtual environment
202- " $python " " $( command -v virtualenv) " " ${virtualenv_python3_option[@]} " ve \
203- || fatal Could not create virtual environment with " python2 $( command -v virtualenv) ve"
202+ virtualenv " ${virtualenv_python3_option[@]} " ve \
203+ || fatal " Could not create virtual environment with ' virtualenv ve' "
204204
205205 export CHEATSH_PATH_WORKDIR=$PWD
206206
You can’t perform that action at this time.
0 commit comments