Skip to content

Commit 3257d89

Browse files
committed
Re-add spacktivate and despacktivate
1 parent f04e955 commit 3257d89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial_environments.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To see all of our environments we've created so far we can run ``spack env list`
9191
Once we activate an environment it will show up highlighted in
9292
green in the list of environments.
9393

94-
Now let's **activate** our environment by running the ``spack env activate`` command:
94+
Now let's **activate** our environment by running the ``spack env activate`` command or ``spacktivate`` alias:
9595

9696
.. literalinclude:: outputs/environments/env-activate-1.out
9797
:language: console
@@ -122,7 +122,7 @@ While this detailed output is useful, if we *only* want to check what environmen
122122
:language: console
123123

124124

125-
To now exit out of this environment, we can use ``spack env deactivate``.
125+
To now exit out of this environment, we can use ``spack env deactivate`` or ``despacktivate`` if we're feeling fancy.
126126

127127
After deactivating, we can see everything installed in this Spack instance:
128128

0 commit comments

Comments
 (0)