We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab2c3c commit f58004eCopy full SHA for f58004e
lib/spack/docs/environments.rst
@@ -382,11 +382,12 @@ the Environment.
382
Loading
383
^^^^^^^
384
385
-Once an environment has been installed, the following creates a load script for it:
+Once an environment has been installed, the following creates a load
386
+script for it:
387
388
.. code-block:: console
389
- $ spack env myenv loads -r
390
+ $ spack env loads -r
391
392
This creates a file called ``loads`` in the environment directory.
393
Sourcing that file in Bash will make the environment available to the
0 commit comments