diff options
Diffstat (limited to '.config/shell')
-rw-r--r-- | .config/shell/variables | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/shell/variables b/.config/shell/variables index d54f961..2a2a0e8 100644 --- a/.config/shell/variables +++ b/.config/shell/variables @@ -50,9 +50,9 @@ export RUSTUP_HOME="$XDG_DATA_HOME"/rustup export PATH="${XDG_DATA_HOME:-$HOME/.local/share}/cargo/bin:$PATH" # Cuda -export PATH="/opt/cuda-11.7/bin:$PATH" -export LD_LIBRARY_PATH="/opt/cuda-11.7/extras/CUPTI/lib64:$LD_LIBRARY_PATH" -export LD_LIBRARY_PATH="/opt/cuda-11.7/lib64:$LD_LIBRARY_PATH" +export PATH="/opt/cuda/bin:$PATH" +export LD_LIBRARY_PATH="/opt/cuda/extras/CUPTI/lib64:$LD_LIBRARY_PATH" +export LD_LIBRARY_PATH="/opt/cuda/lib64:$LD_LIBRARY_PATH" export CUDA_CACHE_PATH="$XDG_CACHE_HOME"/nv # Haskell |