We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a9474 commit 21212e1Copy full SHA for 21212e1
docs/cugraph-docs/source/installation/source_build.md
@@ -191,8 +191,9 @@ Next the env_vars.sh file needs to be edited
191
vi ./etc/conda/activate.d/env_vars.sh
192
193
#!/bin/bash
194
-export PATH=/usr/local/cuda-13.0/bin:$PATH # or cuda-12.9 depending on the version you're using
195
-export LD_LIBRARY_PATH=/usr/local/cuda-13.0/lib64:$LD_LIBRARY_PATH # or cuda-12.9
+# for CUDA 13.x
+export PATH=/usr/local/cuda-13.0/bin:$PATH
196
+export LD_LIBRARY_PATH=/usr/local/cuda-13.0/lib64:$LD_LIBRARY_PATH
197
```
198
199
0 commit comments