File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ example --tee environments/env-swap-1 "spack env activate myproject"
9191spack env activate myproject
9292example environments/env-swap-1 " spack find"
9393
94- example environments/config-edit -1 ' cat "$( spack location -e)/spack.yaml" '
94+ example environments/config-get -1 " spack config get "
9595
9696# The file is edited by hand here
9797# We mock that by using `spack config add`
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ We can customize the selection of the ``mpi`` provider using `concretization pre
274274
275275Let's start by examining our environment's configuration using ``spack config edit ``:
276276
277- .. literalinclude :: outputs/environments/config-edit -1.out
277+ .. literalinclude :: outputs/environments/config-get -1.out
278278 :emphasize-lines: 8-13
279279
280280The output shows the special ``spack.yaml `` configuration file that Spack uses to store environment configurations.
You can’t perform that action at this time.
0 commit comments