Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 VOLTTRON Python 解释器中安装 Python 包?VOLTTRON python 解释器检查哪些文件夹中的 Python 包?
VOLTTRON 使用虚拟环境将自己与系统 python 隔离。一旦激活 VOLTTRON 将其创建的包保存在 $VOLTTRON_HOME/packaged 中。
如果您询问常规 python 包,也就是从 pypy 安装的东西,您可以使用 pip install 进行安装,这些包位于 volttron 存储库下的 env/lib/python2.7 文件夹中。