diff options
Diffstat (limited to 'development/cudatoolkit/files/cuda.sh')
-rw-r--r-- | development/cudatoolkit/files/cuda.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/development/cudatoolkit/files/cuda.sh b/development/cudatoolkit/files/cuda.sh new file mode 100644 index 000000000000..900549c746f0 --- /dev/null +++ b/development/cudatoolkit/files/cuda.sh @@ -0,0 +1,2 @@ +#!/bin/sh +export PATH="${PATH}:/usr/share/cuda/bin" |