我已经安装了pip并添加了相应的路径到路径,但是我似乎无法执行任何pip命令(见下文),我缺少什么?
C:\Python27\Lib\site-packages\pip>get-pip.py
You are using pip version 6.0.6, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Requirement already up-to-date: pip in c:\python27\lib\site-packages
C:\Python27\Lib\site-packages\pip>pip install subprocess32
'pip' is not recognized as an internal or external command,
operable program or batch file.
答案 0 :(得分:0)
您已安装RewriteEngine on
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} !^/site/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ https://%{HTTP_HOST}/site/$1
RewriteRule ^(/)?$ https://%{HTTP_HOST}/site/index [L]
,但您没有任何名为pip
的命令。
尝试pip