【发布时间】:2022-01-13 21:41:45
【问题描述】:
我安装了 numpy 1.16,因为它被列为应该用于程序正常运行的特定版本。在虚拟环境中安装 numpy 1.19 后,我注意到以下消息:
Installing collected packages: numpy
Attempting uninstall: numpy
Found existing installation: numpy 1.16.6
Uninstalling numpy-1.16.6:
Successfully uninstalled numpy-1.16.6
当我停用虚拟环境时会保留 numpy 1.16,还是在我使用完 1.19 版本后必须使用 pip 重新安装它?
谢谢。
【问题讨论】:
标签: python numpy virtualenv python-venv