VirtualEnv 20.35.0 发布,Python 虚拟环境
VirtualEnv 20.35.0现已发布,VirtualEnv 用于在一台机器上创建多个独立的 Python 运行环境,可隔离项目之间的第三方包依赖,为部署应用提供方便,把开发环境的虚拟环境打包到生产环境即可,不需要在服务器上再折腾一翻。 新版更新内容如下: release 20.34.0#2954 refactor:解耦发现模块#2956中 feat:确保在 Windows 上创建 python3.exe 和 python3#2957中 修复:使用 getattr 获取 tcl/tk 库路径#2945中 修复:在 py_info.py 中绝对导入 fs_is_case_sensitive#2960中 chore(deps):将 /.github/workflows 中的 pypa/gh-action-pypi-publish 从 1.12.3 升级到 1.13.0#2964 Declare3.14 支持#2970 更新说明:https://github.com/pypa/virtualenv/releases/tag/20.35.0