书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 645 个相关结果.
  • Command Reference

    Command Reference Managing Environments mkvirtualenv mktmpenv lsvirtualenv showvirtualenv rmvirtualenv cpvirtualenv allvirtualenv Controlling the Active Environment workon ...
  • 快速上手

    快速上手 virtualenv 视频和例子 基本概念 Echoing 嵌套命令 添加参数 生成 Setuptools 快速上手 你可以直接从 PyPI 中进行安装:: pip install click 强烈推荐将其安装在 virtualenv 中。 virtualenv 你可能需要用到 Virtu...
  • Assumptions

    Deploying to PythonAnywhere manually Assumptions Overview Pulling our code down on PythonAnywhere Creating a virtualenv on PythonAnywhere Creating the database on PythonAnywhere...
  • 用法

    用法 virtualenv 用来创建隔离的Python环境。 处理python环境的多版本和模块依赖,以及相应的权限是一个很常见的问题。比如,你有个应用使用的是LibFoo V1.0,但另一个应用却要用到LibFoo V2.0。如何处理呢?如果把所有模块都安装到 /usr/lib/python2.7/site-packages (或是你本机pyth...
  • --extra-search-dir 参数

    —extra-search-dir 参数 创建新的隔离环境时,virtualenv会安装setuptools,distribute或是pip包管理器。一般情况下,它们都会从 Python Package Index (PyPI) 中寻找并安装最新的包。但在一些特定情况下,我们并不希望如此。例如,你在部署virtualenv时既不想从网上下载,也不想从P...
  • 对pypy的支持

    PyPy支持 从1.5版开始,virtualenv开始支持 PyPy 。>=1.5版的virtualenv支持PyPy1.4和1.4.1,>=1.6.1版的virtualenv支持PyPy1,5。
  • Installing coala Natively

    Installing coala Natively Installing Python and Pip Installing coala System Wide Installation Installing inside a pipenv Installing inside a virtualenv Using coala With Docke...
  • 安装

    3515 2019-07-26 《VisualDL 使用文档》
    安装 使用PIP安装 使用 virtualenv 安装 使用 Anaconda 安装 使用代码安装 安装 使用PIP安装 Visual DL提供独立的Python SDK,如果训练任务是基于Python的话,直接安装visualdl的whl包,import到自己项目中即可使用。 # Install the VisualDL. Prefe...
  • Installation

    Installation Supported Shells Windows Command Prompt MSYS PowerShell Python Versions Basic Installation Shell Startup File Lazy Loading Quick-Start Configuration Location ...
  • 贡献力量

    贡献力量 参照 contributing to pip (参与PIP贡献)这篇文章,里面提及的内容同样适用于virtualenv。 Virtualenv与pip同步发行,每有新的pip发布,就意味着该捆绑新版本pip的virtualenv也发布了。