diff options
| author | 유용환 <[email protected]> | 2020-04-09 02:50:57 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-09 02:50:57 +0900 |
| commit | 4677a2aaccb551b76b4957d92ff5e21318ca39d4 (patch) | |
| tree | c9baa66a3aed18a6f97d69618bdbb28e137faa1a | |
| parent | 7cd0edfe0cb654280c30afef89a563867d9e67ed (diff) | |
Update README
fix PATH (append to original path)
| -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 |
