Skip to content

Commit 618181c

Browse files
authored
Merge pull request #869 from Andy-Jost/update-install-docs-for-608
Removes LIBRARY_PATH environment variable from installation docs.
2 parents 72e7791 + 858126d commit 618181c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cuda_bindings/docs/source/install.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Source builds require that the provided CUDA headers are of the same major.minor
5757

5858
```console
5959
$ export CUDA_HOME=/usr/local/cuda
60-
$ export LIBRARY_PATH=$CUDA_HOME/lib64:$LIBRARY_PATH
6160
```
6261

6362
See [Environment Variables](environment_variables.md) for a description of other build-time environment variables.

0 commit comments

Comments
 (0)