• 首页
  • 前端技术
  • 后端技术
  • 网络相关
  • 算法学习
  • 服务器
  • 碎碎嘴
  • 学习
  • 归档
  • 文档
  • 书籍
  • 关于
  HyterMatrix
  • 首页
  • 前端技术
  • 后端技术
  • 网络相关
  • 算法学习
  • 服务器
  • 碎碎嘴
  • 学习
  • 归档
  • 文档
  • 书籍
  • 关于
  • 碎碎嘴
  • 后端技术
  • 前端技术
  • 网络相关
  • 服务器

Centos下管理Python多环境

在 CentOS 系统上管理多个 Python 版本,通常有几种方法可以选择:

Read more   2023/12/29 15:11 下午 posted in  Python

命令迁移模块

生成requirements.txt文件 保存当前环境所依赖的类库

pip freeze >requirements.txt
2019/02/15 08:15 上午 posted in  Python

更新anaconda及所有包

##################################
更新conda
conda update -n base -c defaults conda

更新 anaconda
conda update anaconda

更新所有包:注意是两个横线“-”
conda update --all
##################################

# 添加清华源
# 执行以下命令
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes

##################################
2019/02/14 09:03 上午 posted in  Python

Python 正则表达式

关于python的正则表达式

Read more   2018/05/28 14:29 下午 posted in  Python

HyterMatrix

千里之行,始于足下。
Weibo GitHub Email RSS

Categories

碎碎嘴 后端技术 前端技术 网络相关 服务器

Recent Posts

  • Ubuntu安装驱动以及CUDA
  • MAMP安装后无法开启的问题
  • Gitlab 创建钩子文件
  • SVN 打包两个版本之间差异的脚本
  • Centos下管理Python多环境

Copyright © 2015 Powered by MWeb,  Theme used GitHub CSS.