
python
CHEERWSL
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
安装python3.7
1、安装依赖包 1)首先安装gcc编译器,gcc有些系统版本已经默认安装,通过 gcc --version 查看,没安装的先安装gcc,yum -y install gcc 2)安装其它依赖包,(注:不要缺少,否则有可能安装python出错,pyth...原创 2019-04-01 09:15:25 · 905 阅读 · 1 评论 -
远程python控制台 jupyter 安装
### 初始安装 ``` # 下载插件 pip install jupyter # -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.douban.com # 添加环境变量 export PATH="$PATH:/opt/Python-3.6.9/bin" # 生成配置 jupyter notebook --gener...原创 2019-08-07 10:28:21 · 339 阅读 · 0 评论