You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorial_basics.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ Notice that this installation is located separately from the previous one.
101
101
We'll explore this concept in more detail later, but this separation is fundamental to how Spack supports multiple configurations and versions of software packages simultaneously.
102
102
103
103
Now that we've seen how Spack handles separate installations, let's explore this capability by installing multiple versions of the same package.
104
-
Before we install additional versions, we can check what versions are available to us using the ```spack versions``` command.
104
+
Before we install additional versions, we can check the versions available to us using the ```spack versions``` command.
105
105
Let's check what versions of zlib-ng are available, and then we'll install a different version to demonstrate Spack's flexibility in managing multiple package versions.
0 commit comments