I'm trying to get nvcc working, but it seems that it's not even installed on my system. Although I have installed cuda-10.2 when installing pytorch with conda, but there's no mention of nvcc at all anywhere and which nvcc returns nothing. I searched the related threads and noticed that nvcc should be in path: /usr/local/cuda-10.2/bin/nvcc, but interestingly, there's not any bin/ folder within cuda-10.2/, let alone nvcc. If it was, I'd have add them to the bashsrc.
Does anyone know the solution to this? nvcc is supposed to be used by a library that I'm using, but since it cannot fetch it, it just stops working.