Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange output on setup of IDEasy #661

Open
hohwille opened this issue Sep 27, 2024 · 1 comment
Open

Strange output on setup of IDEasy #661

hohwille opened this issue Sep 27, 2024 · 1 comment
Labels
bash bug Something isn't working install installation process of IDE + tools and install commandlet windows specific for Microsoft Windows OS

Comments

@hohwille
Copy link
Member

Expected behavior

As a IDEasy newbie, I want to install the product easily and without errors or warnings so that I do not have to worry if it worked or not.

Actual behavior

When I ran setup.bat I got this:
image

"C:\Program Files\Git\bin\bash.exe" -l -c "cd \"D:\projects\_ide\";./setup"
/c/Users/hohwille/.bashrc: line 5: bind: warning: line editing not enabled
/c/Users/hohwille/.bashrc: line 8: devon: command not found
/c/Users/hohwille/.bashrc: line 16: ide: command not found

The last error is IMHO because I created a inconsistent installation and removed environment variables before running setup.bat again but forgot to remove the entries of .bashrc.
However, why do I get the other 2 errors?

Steps to reproduce (bug) / Use Case of feature request (enhancement)

  1. setup.bat

Related/Dependent Issues

#63

Comments/Hints:

Affected version:

  • 2024.09.002-beta-SNAPSHOT
@hohwille hohwille added bug Something isn't working install installation process of IDE + tools and install commandlet bash windows specific for Microsoft Windows OS labels Sep 27, 2024
@hohwille
Copy link
Member Author

Line 5 of my .bashrc:

bind "set completion-ignore-case off"

Line 8 of my .bashrc:

devon

Line 7 is:

alias devon="source ~/.devon/devon"

and

$ ls ~/.devon/devon
/c/Users/hohwille/.devon/devon*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bash bug Something isn't working install installation process of IDE + tools and install commandlet windows specific for Microsoft Windows OS
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant