Нужна помощь.
Я нахожусь в процессе установки AWS Elasti c 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
можно найти вручную.
Нужна помощь, ребята.
Спасибо.