We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef5505 commit 4231fc3Copy full SHA for 4231fc3
1 file changed
conda/doc/howtoAtNERSC.md
@@ -6,10 +6,10 @@
6
* `setfacl -d -m"group::rx" <PathToYourInstallDirectory>`
7
8
To set up a new desc-python:
9
-`bash ./install-desc-python.sh $CSCRATCH/test-install`
+`bash ./install-desc-python.sh $PSCRATCH/test-install`
10
11
If reinstalling desc-python using an input yaml file
12
-`bash ./install-desc-python.sh $CSCRATCH/test-install desc-python-env-nersc-install-nobuildinfo.yml`
+`bash ./install-desc-python.sh $PSCRATCH/test-install desc-python-env-nersc-install-nobuildinfo.yml`
13
14
To export a full list of versions without build info:
15
`conda env export --no-builds > desc-python-env-nersc-install-nobuildinfo.yml`
0 commit comments