I installed nvidia-cuda-dev
on ubuntu 16.04 using sudo apt-get install
. But when I try to install caffe, it says make: /usr/lib/bin/nvcc: Command not found
. I guess maybe the nvcc
location is wrong. But I can't find nvcc using sudo find / -name "nvcc"
Asked
Active
Viewed 3,076 times
1
-
1Possible duplicate of Installing and testing CUDA in Ubuntu 14.04, particularly this answer. – David Foerster Jul 06 '16 at 09:07
1 Answers
3
nvcc
is in the package nvidia-cuda-toolkit
(see this package search).

David Foerster
- 36,264
- 56
- 94
- 147
-
As you're a reputation 1 user: if this answers your question, don't forget to click the grey ☑ under the "0" at the left of this text to accept it, which means "yes, this answer is valid"! – David Foerster Jul 06 '16 at 18:53