如果使用-t标志,则在python脚本文件夹中找不到python模块二进制文件(pep8.exe)

时间:2016-02-27 21:30:39

标签: python pip pep8

如果使用以下命令将任何python包安装到不同的目标目录

pip install pep8 -t c:\external --no-cache-dir

然后c:\ Python27 \ scripts文件夹中缺少pep8.exe。在这种情况下pep8.exe将驻留在哪里?

如果我执行正常安装

pip install pep8

然后我在C:\ Python27 \ Scripts

中看到pep8.exe

操作系统:Windows 7 Python:2.7.11

当我使用-t标志时,pip.exe的任何想法?

非常感谢您提前

1 个答案:

答案 0 :(得分:1)

我想通了,下面命令获取/将可执行文件(pep8.exe - 二进制文件/脚本作为安装的一部分)放入C:\ Python27 \ Scripts

* text=auto

*.txt         text eol=lf
*.xml         text eol=lf
*.json        text eol=lf
*.properties  text eol=lf
*.conf        text eol=lf

*.awk  text eol=lf
*.sed  text eol=lf
*.sh   text eol=lf

*.png  binary
*.jpg  binary

*.p12  binary

这适用于所有模块安装