-
Notifications
You must be signed in to change notification settings - Fork 14
Installation: do not recommend to delete the .spack directory #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -21,32 +21,27 @@ mkdir -p ${PHLEX_WORK_DIR} | |||||
| cd ${PHLEX_WORK_DIR} | ||||||
| ``` | ||||||
|
|
||||||
| Step 2: remove any previous user-level Spack installation | ||||||
| ```bash | ||||||
| rm -rf $HOME/.spack | ||||||
| ``` | ||||||
|
|
||||||
| Then make sure you don't already have a spack command on your PATH: | ||||||
| ```bash | ||||||
| which spack | ||||||
| ``` | ||||||
| should tell you there is no spack in your PATH. | ||||||
|
|
||||||
| Step 3: install Spack | ||||||
| Step 2: install Spack | ||||||
|
|
||||||
| ```bash | ||||||
| git clone --depth=2 https://github.com/spack/spack.git | ||||||
| ``` | ||||||
| If you encounter trouble, consult the [installation instructions from the Spack project]( https://spack-tutorial.readthedocs.io/en/latest/tutorial_basics.html#basics-tutorial). | ||||||
|
||||||
| If you encounter trouble, consult the [installation instructions from the Spack project]( https://spack-tutorial.readthedocs.io/en/latest/tutorial_basics.html#basics-tutorial). | |
| If you encounter trouble, consult the [installation instructions from the Spack project](https://spack-tutorial.readthedocs.io/en/latest/tutorial_basics.html#basics-tutorial). |
Copilot
AI
Dec 19, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 41 has trailing whitespace after "function.". This violates the project's text formatting standards which require no trailing whitespace on any line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 25 has trailing whitespace after the word "spack". This violates the project's text formatting standards which require no trailing whitespace on any line.