Skip to content

Commit

Permalink
Add instructions to source tutorial setup script (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgamblin committed Jul 28, 2020
1 parent 1fe68f1 commit 9d5348e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion tutorial_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,18 @@ variable, source the spack setup script. Then add Spack to your path.
$ . share/spack/setup-env.sh
You're good to go!
Finally, if you are running in an Amazon Cloud9 instance (which you
likely are for this tutorial), you will need to run one additional setup
script:

.. code-block:: console
$ . share/spack/setup-tutorial-env.sh
You should see a lot of output. This is important, as it will increase
your available disk space and install some needed system software.

Once you've sourced these scripts, you're good to go!

-----------------
What is in Spack?
Expand Down

0 comments on commit 9d5348e

Please sign in to comment.