2020年4月23日
摘要: CUDA 版本 与 下载链接 cuda_10.2.89_440.33.01_linux.run @ https://developer.nvidia.com/cuda-downloads @ https://developer.nvidia.com/cuda-downloads?target_os= 阅读全文
posted @ 2020-04-23 17:13 WP的烂笔头 阅读(3136) 评论(0) 推荐(0) 编辑
摘要: 当执行: python3 -m pip install 模块名 sudo pip3 install XXX 报错: Traceback (most recent call last): File "/usr/bin/pip3", line 9, in <module> from pip import 阅读全文
posted @ 2020-04-23 15:53 WP的烂笔头 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-23 15:29 WP的烂笔头 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 1.sudo gedit /etc/apt/sources.list 源列表里面放置的一行行网址,在这个文件里加入或者注释(加#)掉一些源后,保存则源列表里指向的软件就会增加或减少一部分。 2. sudo apt-get update 这个命令,会访问源列表里的每个网址,并读取软件列表,然后保存在本 阅读全文
posted @ 2020-04-23 11:31 WP的烂笔头 阅读(713) 评论(0) 推荐(0) 编辑
摘要: 参考了:重装Ubuntu时如何保留/home分区中的数据 @ https://blog.csdn.net/u013066730/article/details/84315967 @ https://blog.csdn.net/numeny/article/details/79652105 关键点在于 阅读全文
posted @ 2020-04-23 11:06 WP的烂笔头 阅读(5001) 评论(0) 推荐(1) 编辑