gpt4 book ai didi

python - 如何强制 virtualenv 从 pypi 安装最新的 setuptools 和 pip?

转载 作者:IT老高 更新时间:2023-10-28 21:01:25 26 4
gpt4 key购买 nike

是否可以强制 virtualenv 使用 pypi 提供的最新 setuptools 和 pip?本质上,我正在寻找 --never-download 标志的 相反

目前,当我创建一个新的 virtualenv 时,它使用与 virtualenv 捆绑在一起的本地(旧)版本。

$ v.mk testvenv
New python executable in testvenv/bin/python
Installing setuptools............done.
Installing pip...............done.
$ pip show setuptools
---
Name: setuptools
Version: 0.6c11
Location: /Users/cwilson/.virtualenvs/testvenv/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg
Requires:
$ pip search setuptools
[...]
setuptools - Easily download, build, install, upgrade, and
uninstall Python packages
INSTALLED: 0.6c11
LATEST: 0.7.2
[...]

最佳答案

出于安全原因不支持。

Using virtualenv.py as an isolated script (i.e. without an associated virtualenv_support directory) is no longer supported for security reasons and will fail with an error. Along with this, --never-download is now always pinned to True, and is only being maintained in the short term for backward compatibility (Pull #412).

我也不能使用 --extra-search-dir 选项,因为它目前已损坏 https://github.com/pypa/virtualenv/issues/327

看起来唯一的选择就是等待 virtualenv 维护者更新 bundle ?

关于python - 如何强制 virtualenv 从 pypi 安装最新的 setuptools 和 pip?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17156912/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com