Skip to content

Commit

Permalink
[skip ci] Clarify instructions about the python version that is being…
Browse files Browse the repository at this point in the history
… used to create a new local environment (#1420)

* Clarified instructions about the python version that is being used to
create a new local environment.
  • Loading branch information
srherbener authored Dec 16, 2024
1 parent 7c1fe21 commit 0b2a2b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/source/PreConfiguredSites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,11 @@ The following instructions install a new spack environment on a pre-configured s
git clone --recurse-submodules https://github.com/jcsda/spack-stack.git
cd spack-stack
# Ensure Python 3.8+ is available and the default before sourcing spack
# Ensure Python 3.6+ is available and the default before sourcing spack.
# Note this is only used for building the environment. Once the
# environment is built, spack-stack provides the proper python
# executable which needs to be utilized to build applications with the
# newly created environment.
# Sources Spack from submodule and sets ${SPACK_STACK_DIR}
source setup.sh
Expand Down

0 comments on commit 0b2a2b2

Please sign in to comment.