AWS Elastic Beanstalk CLI 安装错误
Posted
技术标签:
【中文标题】AWS Elastic Beanstalk CLI 安装错误【英文标题】:AWS Elastic Beanstalk CLI Installation Error 【发布时间】:2020-06-08 20:09:52 【问题描述】:需要帮助。
我正在安装AWS Elastic Beanstalk CLI,按照官方repo的说明进行操作,但遇到如下错误:
$ ./aws-elastic-beanstalk-cli-setup/scripts/bundled_installer
==============================================
I. Installing Python
==============================================
*************************************************************
1. Determining whether pyenv is already installed and in PATH
*************************************************************
- pyenv was not found in PATH.
*********************************************************
2. Determining whether pyenv should be cloned from GitHub
*********************************************************
- pyenv git repository already cloned to /c/Users/HGG/.pyenv-repository. Won't attempt to clone again.
*******************************************
3. Temporarily export necessary pyenv paths
*******************************************
****************************************************************************
4. Checking whether Python can be downloaded (through curl, wget, or aria2c)
****************************************************************************
************************************************************
5. Installing Python 3.7.2. This step may take a few minutes
************************************************************
/c/Users/HGG/.pyenv-repository/bin/pyenv: line 1: ../libexec/pyenv: No such file or directory
Exiting due to failure
我正在使用 Bash 并尝试卸载 Python 和 pip 无济于事。
可以手动找到文件../libexec/pyenv
。
需要一些帮助。
谢谢。
【问题讨论】:
brew install pyenv
?
好像你没有正确配置路径。你能验证pyenev是否安装和配置正确
@ChatterOne,'brew install pyenv' 似乎不适用于 GitBash。有没有等价的命令?
@Harshit Garg,抱歉我不懂 Python。 Python、pip和pyenv需要分开安装吗?
【参考方案1】:
发现问题: 我忘记在我的窗口中为所有用户安装 Python(这就是为什么 cmd > python --version 没有返回任何内容)并且还需要检查环境变量是否设置正确。
参考https://anthonydebarros.com/2018/06/21/setting-up-python-in-windows-10/
【讨论】:
以上是关于AWS Elastic Beanstalk CLI 安装错误的主要内容,如果未能解决你的问题,请参考以下文章
AWS Elastic Beanstalk 使用 CLI 部署时出现 Botocore 错误
如何使用 Elastic Beanstalk 配置 aws cli 配置文件?
如何使用 aws cli 在 Elastic Beanstalk 上上传和部署?
使用 CLI 在 AWS Elastic Beanstalk 上部署 RoR 项目