Skip to content

Commit a80c530

Browse files
committed
Modify title to say "removing" instead of "uninstalling"
1 parent 4d72690 commit a80c530

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tutorial_environments.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,11 @@ We can now run ``tclsh`` just like you would any other program that is in your p
233233
hello world!
234234
% exit
235235
236-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
237-
Uninstalling Packages from Environments
238-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
236+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
237+
Removing Packages from Environments
238+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
239239

240-
One of Spack's key features is that you can safely uninstall packages from specific environments without affecting other environments.
240+
One of Spack's key features is that you can safely remove packages from specific environments without affecting other environments.
241241
This works because Spack environments only create links to shared package installations—they don't contain the actual package files.
242242

243243
Let's demonstrate this capability by creating a second environment.

0 commit comments

Comments
 (0)