Install cuda toolkit with other not-default driver

Hello,

After many attempts, I have installed CUDA-toolkit-10-0 alone, I mean, without installing their corresponding driver.

The reason is that my device only supports 430, 440 and 450 and it was installing previous versions which made lose the screen resolution.

I installed the version with: sudo sh cuda_10.0.130_410.48_linux.run

Now, I see cd /usr/local/cuda here that CUDA 10.0 is installed but when I write nvcc --version, nothing appers.

I have transfered the path, nvidia-smi works well…Is it well connected?

Thanks in advance.