wbingli / awscli-plugin-endpoint

An awscli plugin to configure service endpoint from aws configure file
Apache License 2.0
207 stars 23 forks source link

Any idea how to use it on windows? #11

Closed croensch closed 4 years ago

croensch commented 5 years ago

I see some interesting parts but i cannot get the pip to work.

C:\Program Files\Amazon\AWSCLI\runtime\python.exe
C:\Program Files\Amazon\AWSCLI\runtime\Lib\
C:\Program Files\Amazon\AWSCLI\runtime\Scripts\pip.exe
wbingli commented 5 years ago

I haven't tried on Windows, but how about C:\Program Files\Amazon\AWSCLI\runtime\Scripts\pip.exe install awscli-plugin-endpoint?

croensch commented 5 years ago

I get: Fatal error in launcher: Unable to create process using '"c:\users\containeradministrator\appdata\local\temp\tmpmh44yj\runtime\python.exe" "C:\Program Files\Amazon\AWSCLI\runtime\Scripts\pip.exe" install awscli-plugin-endpoint' I don't know why this is coming up because i have...

λ where python
C:\Python27\python.exe
C:\tools\neard\tools\python\python3.6.0.1\bin\python.bat
wbingli commented 4 years ago

Closing as it seems a pip issue on Windows.