Note: Last question did not work on my system How do I Install CUDA on Ubuntu 18.04?
I installed the CUDA toolkit on Ubuntu 18.04, but the installation does not appear complete. How can I install CUDA properly on Ubuntu 18.04?
I followed the advice on a prior question and have nvcc installed.
When I run nvcc -V, I have CUDA compilation tools, release 9.1, V9.1.85.
Now I am searching for the bin directory to test the installation. See Section 7.0: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#post-installation-actions
The only two cuda folders I find with locate are under the anaconda3 directory. Neither of these have a bin folder.