c17hawke commited on
Commit
aa624be
1 Parent(s): 4c692a0

3.8 py vesion

Browse files
Files changed (1) hide show
  1. init_setup.sh +1 -1
init_setup.sh CHANGED
@@ -1,5 +1,5 @@
1
  echo [$(date)]: "START"
2
- export _VERSION_=3.7
3
  echo [$(date)]: "creating environment with python ${_VERSION_}"
4
  conda create --prefix ./env python=${_VERSION_} -y
5
  echo [$(date)]: "activate environment"
 
1
  echo [$(date)]: "START"
2
+ export _VERSION_=3.8
3
  echo [$(date)]: "creating environment with python ${_VERSION_}"
4
  conda create --prefix ./env python=${_VERSION_} -y
5
  echo [$(date)]: "activate environment"