Skip to content
Snippets Groups Projects
Unverified Commit 6a40c68f authored by Austin Sanders's avatar Austin Sanders Committed by GitHub
Browse files

Pin python version in conda create command (#5341)

parent a679ce14
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+ ...@@ -63,7 +63,7 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+
export CONDA_SUBDIR=osx-64 export CONDA_SUBDIR=osx-64
#Create a new conda environment to install ISIS in #Create a new conda environment to install ISIS in
conda create -n isis conda create -n isis python=3.9
#Activate the environment #Activate the environment
conda activate isis conda activate isis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment