【问题标题】:Installing turbogears 2.1 on Windows 7 x86 error "The system cannot find the file specified"在 Windows 7 x86 上安装 turbogears 2.1 错误“系统找不到指定的文件”
【发布时间】:2011-04-06 07:48:29
【问题描述】:

我在 C:\Projects2010\Python\Environments 中创建了环境:

C:\Python27\Scripts\virtualenv.exe myenv

然后运行activate.bat:

C:\Projects2010\Python\Environments\myenv\Scripts\activate.bat

然后运行 ​​pip:

C:\Projects2010\Python\Environments\myenv\Scripts\pip.exe install -i http://www.turbogears.org/2.1/downloads/current/index tg.devtools

并得到错误“系统找不到指定的文件”。

日志是there

【问题讨论】:

    标签: python windows pip turbogears


    【解决方案1】:

    为避免此类“构建”错误,最好使用 binary 包管理器

    1. 安装ActivePython(32位)
    2. 输入pypm -E C:\Projects2010\Python\Environments\myenv install tg.devtools

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-11-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-12-20
      • 2021-01-26
      相关资源
      最近更新 更多