Changes

Jump to navigation Jump to search
$ export PATH=/usr/local/cuda-9.0/bin${PATH:+:${PATH}}</s><br>
3. <s>If installed correctly, type nvcc- V should verify installation. But currently it returns 'the program nvcc is currently not installed'.</s><br>
4. When adding libcupti-dev library, after adding the path:
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}/usr/local/cuda/extras/CUPTI/lib64
Upon source .bashrc, it returns the following:
-bash: export: `:/usr/local/cuda-9.0/lib64:/usr/local/cuda-9.0/extras/CUPTI/lib64': not a valid identifier
 
So far it does not affect the functionality of tensorflow, but it will probably affect libcupti-dev library.
==Tensorflow Installation Resource==

Navigation menu