diff --git a/install.sh b/install.sh index b9f1bc52..f1097a67 100644 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ conda_env_name=$2 source $conda_install_path/etc/profile.d/conda.sh echo "****************** Creating conda environment ${conda_env_name} python=3.7 ******************" -conda create -y --name $conda_env_name +conda create -y --name $conda_env_name python=3.7 echo "" echo ""