1. Download NVIDIA Graphic Card Driver @ home
https://www.nvidia.com/Download/index.aspx?lang=en-us
2. Download CUDA Toolkit @ home
https://developer.nvidia.com/cuda-downloads
3. Download CuDNN Runtime Library @ home
https://developer.nvidia.com/
4. apt-get remove nvidia* && sudo apt autoremove
5. sudo sh ###(Download NVIDIA Graphic Card Driver).run
6. sudo sh ###(Download CUDA Toolkit).run without graphic driver
7. execute ###(Download CuDNN Runtime Library).deb
8. sudo gedit ~/.bashrc
add line @ last line
PATH=$PATH:/usr/local/cuda/bin
9. source ~/.bashrc
10. nvidia-smi
11. nvcc -V
12. Download Anaconda @ home
https://www.anaconda.com/
13. sudo sh ###(Anaconda).sh
14. source ~/.bashrc
15. Download ###(PyCharm) @ home
https://www.jetbrains.com/pycharm/download/#section=windows
16. unzip ###(PyCharm).tar.gz
17. cd ###(PyCharm)/bin
18. sudo sh ./pychram.sh
'ENGINEERING > OS' 카테고리의 다른 글
How to solve Black Screen after NVIDIA graphics driver in Ubuntu? (0) | 2019.07.29 |
---|---|
How to solve Infinite Login after NVIDIA graphics driver in Ubuntu? (0) | 2019.07.29 |
How to install and enable SSH Server on Ubuntu? (0) | 2019.07.22 |
How to use Ubuntu WIFI Hotspot? (0) | 2019.07.22 |
What is the Best for GPU Usage Monitoring in Ununtu/Linux? (0) | 2019.07.18 |