月度归档: 2021年11月

virtualenv虚拟环境常用方法

No Picture

一、创建virtualenv虚拟环境 env_name 是虚拟环境名称. -…

Read More »

安装virtualenv后,mkvirtualenv无法使用

No Picture

安装virtualenv: pip install virtualenv p…

Read More »

Centos8 升级python3.6版本到python3.9

No Picture

下载Python3.9.5 wget https://www.python….

Read More »

conda 创建的环境没有python.exe

No Picture

使用conda create –name env_name 创建…

Read More »

anaconda 更换源,The channel is not accessible or is invalid.error404

No Picture

1. 恢复默配置 conda config –remove-ke…

Read More »

python实现域名解析成IP socket模块

No Picture

import socket with open('20211108…

Read More »