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
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ To enable installation from the binary cache, we'll need to configure Spack with
86
86
.. literalinclude:: outputs/basics/mirror.out
87
87
:language: console
88
88
89
-
We'll learn more about configuring Spack later in the tutorial, but for now we can install the rest of the packages in the tutorial from the cache using the same ```spack install``` command.
89
+
We'll learn more about configuring Spack later in the tutorial, but for now we can install the rest of the packages in the tutorial from the cache using the same ``spack install`` command.
90
90
By default, this will install the binary cached version if it exists and fall back to installing the package from source if it does not.
91
91
92
92
Now that we understand how Spack handles installations, let's explore how we can customize what gets installed.
@@ -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 the versions 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