diff options
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,7 +189,7 @@ your PATH. You probably want to modify your .bashrc file to incude the following (this assumes the CUDA Toolkit was installed in /usr/local/cuda): export CUDA_INSTALL_PATH=/usr/local/cuda - export PATH=$CUDA_INSTALL_PATH/bin + export PATH=$PATH:$CUDA_INSTALL_PATH/bin Step 2: Build |
