导航菜单

virtualenv是什么意思_翻译中文_怎么读

virtualenv

网络释义:虚拟环境中

网络释义

1.虚拟环境中例如 `pip install this_great_pbrary_i_found`, 它会下载你指定的类库, 并安装到全局的或者你当前的虚拟环境中virtualenv)。

例句释义:,虚拟环境中

1.pip uninstall does exactly what you think it does: remove itself from the virtualenv.pipuninstall的用途与您猜想的完全一样:将它自己从virtualenv中删除。

2.I recommend using virtualenv for everything related to Python, as it keeps your Python environments clean.我建议对与Python相关的所有内容均使用virtualenv,因为它可以保持Python环境的干净。

3.I don't install anything in my system Python but rather create a new virtualenv for each new project or utipty I work on.我没有在我的系统Python中安装任何内容,而是为我使用的每个新项目或实用工具都创建了一个新的virtualenv。

4.pip freeze shows all versions of packages installed in your current virtualenv.pipfreeze可以显示当前virtualenv中已安装的所有包版本。

5.pip is a tool that you can install directly, but I recommend using it as part of virtualenv. (See Resources. )pip是可以直接安装的工具,但我建议使用它作为virtualenv的一部分(参见参考资料)。