Skip to content

Commit 6db54fe

Browse files
alecbcscmelone
andauthored
Update tutorial_basics.rst
Co-authored-by: Caetano Melone <cmelone@users.noreply.github.com>
1 parent 063c3f8 commit 6db54fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial_basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ For example, we can install zlib (a commonly used compression library), but inst
100100
Notice that this installation is located separately from the previous one.
101101
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.
102102

103-
Now that we've seen how Spack handles separate installations, let's explore this capability further by installing multiple versions of the same package.
103+
Now that we've seen how Spack handles separate installations, let's explore this capability by installing multiple versions of the same package.
104104
Before we install additional versions, we can check what versions are available to us using the ```spack versions``` command.
105105
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.
106106

0 commit comments

Comments
 (0)