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
My bash version is (presumably the same for everyone):
[/g/data/tm70/ms2335/spack/0.22 @gadi09] bash --version
GNU bash, version 4.4.20(1)-release (x86_64-redhat-linux-gnu)
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
I have changed my version such that the if conditions to 2 (for gadi, i.e., no extra arguments) and elif to 3 for ci (presumably one extra command-line argument). Not sure why I am hitting this error - presumably others haven't.
Close Criteria
A new user can follow the steps for setting up spack in the docs without hitting an error.
The text was updated successfully, but these errors were encountered:
Description
When following the docs for setting up spack here, I ran into an error with the
spack-enable.bash
stepWhy
To debug why I was hitting the error, I added an
echo
statement to the script:With this
echo
statement, the output becomesMy bash version is (presumably the same for everyone):
I have changed my version such that the
if
conditions to 2 (forgadi
, i.e., no extra arguments) andelif
to 3 for ci (presumably one extra command-line argument). Not sure why I am hitting this error - presumably others haven't.Close Criteria
A new user can follow the steps for setting up
spack
in the docs without hitting an error.The text was updated successfully, but these errors were encountered: