安装流程 1.安装Anaconda 2.进入Anaconda终端,conda install jupyter notebook 安装 3.配置jupter notebook文件存放路径 jupyter notebook --generate-config 查看配置文件位置(jupyter_noteb ...
shell 是一个用 c 编写的程序,他是使用 linux 的桥梁; shell 既是一种命令语言,也是一种程序设计语言; shell 环境 和其他编程语言(如 python)一样,有一个 能写代码的文本编辑器(如 pycharm) 和 一个能解释执行的脚本解释器(如/usr/bin/python) ...
分类:
系统相关 时间:
2021-06-25 16:58:29
阅读次数:
0
问题描述:这类问题的解决办法,提示少什么我们直接用sudo apt-get install 安装缺少的东西即可 如果使用make menuconfig的方式配置内核,又碰巧系统没有安装ncurses库(ubuntu系统 默认就没有安装此库),就会出现错误,错误信息大体上如下: kent@hu:~/w ...
分类:
系统相关 时间:
2021-06-25 16:56:33
阅读次数:
0
Linux下安装git 包管理器方式安装 $yum install git 从源代码安装 $tar -jxvf git-2.19.0.tar.bz2 $cd git-2.19.0 安装方法在INSTALL文件当中,参照其中的指示完成安装。 下面的命令将Git安装在/usr/local/bin中 $m ...
分类:
其他好文 时间:
2021-06-25 16:56:13
阅读次数:
0
用docker镜像搭建jenkins 使用docker镜像搭建的好处:安装简单,环境隔离 踩坑点: 配置镜像 脚本编写 pom文件未加配置 这个配置导致后面都没跑起来 大致流程: 安装jenkins镜像 ? 安装插件 maven-integration ? 绑定码云 ? 创建maven项目测试 安装 ...
分类:
其他好文 时间:
2021-06-25 16:41:35
阅读次数:
0
xfce dnf install Thunar gdm openssh-askpass orage polkit-gnome thunar-archive-plugin thunar-volman tumbler xfce4-appfinder xfce4-panel xfce4-power-man ...
分类:
其他好文 时间:
2021-06-24 18:28:02
阅读次数:
0
报错: 把脚本拖到游戏对象,显示如下 原因: 你可能修改了脚本名称,但此时Unity没有找到那个对应脚本名称的类 ...
分类:
编程语言 时间:
2021-06-24 18:18:30
阅读次数:
0
[nginx@p0-hfssp-healthos-web02 sbin]$ sudo ./nginx -s reloadnginx: [error] invalid PID number "" in "/home/nginx/openresty/nginx/logs/nginx.pid" 发生这个错 ...
分类:
其他好文 时间:
2021-06-24 18:14:17
阅读次数:
0
报错如下: Cannot set LC_ALL to locale en_US.UTF-8: No such file or directory 解决方式: apt-get install -y locales locale-gen en_US.UTF-8 ...
分类:
其他好文 时间:
2021-06-24 18:14:03
阅读次数:
0
https://blog.csdn.net/Nire_Yeyu/article/details/104683888/ 安装:pip install pyinstaller 安装时报错,原因是环境变量需要在多配一个路径 打包为exe,版本尽量选择python3.6+32位版本,因为win64位系统向下 ...
分类:
其他好文 时间:
2021-06-24 18:10:33
阅读次数:
0