随笔分类 - Python
使用Venv创建Python的虚拟环境
摘要:创建虚拟环境 python3 -m venv <directory_name> 激活虚拟环境 source <directory_name>/bin/active 检查当前使用的是哪个Python 下面这条命令会输出当前使用Python环境的目录: which python 配置好之后使用pip安装
阅读全文
浙公网安备 33010602011771号