随笔 - 1762  文章 - 0  评论 - 109  阅读 - 431万

随笔分类 -  ubuntu

上一页 1 2 3 4
ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
摘要:https://blog.csdn.net/qq_34374211/article/details/81018320 环境:cuda9.0,cuann7,python3.6,tensorflow1.8问题描述:在安装完tensorflow1.8之后,import tensorflow出现以下错误(省 阅读全文
posted @ 2019-10-24 18:40 一杯明月 阅读(847) 评论(0) 推荐(0) 编辑
cuda和tensorflow对应关系
摘要:https://blog.csdn.net/baidu_32936911/article/details/79774289 https://tensorflow.google.cn/install/source 阅读全文
posted @ 2019-10-24 18:17 一杯明月 阅读(3874) 评论(0) 推荐(0) 编辑
ubuntu使用anaconda安装tensorflow
摘要:https://blog.csdn.net/sheyanshangjiang/article/details/83275412 https://www.jianshu.com/p/5adc6b01efa8 阅读全文
posted @ 2019-10-23 19:59 一杯明月 阅读(347) 评论(0) 推荐(0) 编辑
ubuntu安装和卸載搜狗输入法
摘要:https://pinyin.sogou.com/linux/help.php 安装指南 Ubuntu搜狗输入法安装指南 搜狗输入法已支持Ubuntu1604、1804、1910、2004、2010 各系统安装步骤可能略有不同,以Ubuntu2004为例。 1、添加中文语言支持 打开 系统设置——区 阅读全文
posted @ 2019-10-23 18:33 一杯明月 阅读(846) 评论(0) 推荐(0) 编辑
ubuntu中文界面改成英文界面
摘要:https://blog.csdn.net/qq_29985391/article/details/78008864 https://blog.csdn.net/wangxin0205/article/details/82750025 阅读全文
posted @ 2019-10-22 20:15 一杯明月 阅读(349) 评论(0) 推荐(0) 编辑
ubuntu16.04深度学习环境配置
摘要:https://www.lizenghai.com/archives/14651.html https://blog.csdn.net/qq_40936141/article/details/81198425 https://blog.csdn.net/weixin_42730096/article 阅读全文
posted @ 2019-10-22 20:14 一杯明月 阅读(250) 评论(0) 推荐(0) 编辑
ubuntu gitclone下载的文件放哪里了
摘要:在home主文件夹里面。 阅读全文
posted @ 2019-10-17 22:25 一杯明月 阅读(4997) 评论(0) 推荐(1) 编辑
ubuntu下vi/vim 的基本用法
摘要:https://blog.csdn.net/weixin_37657720/article/details/80645991 :q! 不保存强制推出。 :wq 保存并退出。 阅读全文
posted @ 2019-10-16 19:59 一杯明月 阅读(808) 评论(0) 推荐(0) 编辑
Ubuntu18.04 安装 Anaconda3
摘要:https://blog.csdn.net/xin_101/article/details/88624726 https://blog.csdn.net/qq_15192373/article/details/81091098 阅读全文
posted @ 2019-09-15 17:19 一杯明月 阅读(1604) 评论(0) 推荐(0) 编辑
ubantu查看环境变量
摘要:echo $ROS_PACKAGE_PATH 阅读全文
posted @ 2019-03-11 18:37 一杯明月 阅读(152) 评论(0) 推荐(0) 编辑
ubantu删除文件(夹)
摘要:在 Ubuntu 中,删除文件夹可以使用以下两种常用命令: 删除空文件夹: 使用 rmdir 文件夹名 命令。如果该文件夹不为空,则无法删除。 删除非空文件夹: 使用 rm -r 文件夹名 命令,其中 -r 表示递归删除文件夹及其内容。 如果想强制删除(不提示确认),可以加上 -f 参数,即使用 r 阅读全文
posted @ 2019-03-11 09:40 一杯明月 阅读(473) 评论(0) 推荐(0) 编辑
github之克隆
摘要:git clone --depth=10 git_仓库_url 意思是获取最近10条提交记录的代码,默认是master分支, 如果想要指定分支,可以结合 -b --single--branch 使用! depth用于指定克隆深度,为1即表示只克隆最近一次commit. 这种方法克隆的项目只包含最近的 阅读全文
posted @ 2019-03-07 22:42 一杯明月 阅读(618) 评论(0) 推荐(0) 编辑
ubuntu卸载软件
摘要:1.打开一个终端,输入dpkg --list ,按下Enter键,终端输出以下内容,显示的是你电脑上安装的所有软件。 2.在终端中找到你需要卸载的软件的名称,列表是按照首字母排序的。 3.在终端上输入命令sudo apt-get --purge remove 包名(--purge是可选项,写上这个属 阅读全文
posted @ 2019-03-07 22:42 一杯明月 阅读(558) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示