From 4677a2aaccb551b76b4957d92ff5e21318ca39d4 Mon Sep 17 00:00:00 2001 From: 유용환 <33824408+eric-yoo@users.noreply.github.com> Date: Thu, 9 Apr 2020 02:50:57 +0900 Subject: Update README fix PATH (append to original path) --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 7ec45ea..b08ca0f 100644 --- a/README +++ b/README @@ -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 -- cgit v1.3