【发布时间】:2015-02-15 12:02:56
【问题描述】:
我正在尝试安装:https://github.com/dgrtwo/ParsePy。根据您需要运行的方向:
pip install git+https://github.com/dgrtwo/ParsePy.git
我正在尝试在 win7 中使用 git-bash 执行此操作。我试过了:
$ C:\\envs\\r1\\Scripts\\pip.exe install git+https://github.com/dgrtwo/ParsePy.git
Fatal error in launcher: Unable to create process using '"C:\envs\r2\Scripts\python.exe" "C:\envs\r1\Scripts\pip.exe" install git+https://github.com/dgrtwo/ParsePy.git'
(r2)
$ C:\\envs\\r1\\Scripts\\pip.exe "install git+https://github.com/dgrtwo/ParsePy.git"
Fatal error in launcher: Unable to create process using '"C:\envs\r2\Scripts\python.exe" "C:\envs\r1\Scripts\pip.exe" "install git+https://github.com/dgrtwo/ParsePy.git"'
我怎样才能安装包?
编辑:
(r2)
$ C:\\envs\\r1\\Scripts\\pip.exe install https://github.com/dgrtwo/ParsePy/archive/master.zip
Fatal error in launcher: Unable to create process using '"C:\envs\r2\Scripts\python.exe" "C:\envs\r1\Scripts\pip.exe" install https://github.com/dgrtwo/ParsePy/archive/master.zip'
(r2)
$ pip install https://github.com/dgrtwo/ParsePy/archive/master.zip
sh: pip: command not found
【问题讨论】: