Ben
Results
1
comments of
Ben
> Posting this as a solution that worked for me: I added to .bashrc: > > ``` > export PATH=/usr/local/cuda/bin${PATH:+:${PATH}} > export LD_LIBRARY_PATH=/usr/local/cuda/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} > ``` thank you @mirozahorak