Expected behavior
As a IDEasy user, I want to use IDEasy immediately after calling the setup script so that I can start using the product immediately and do not get confused by errors.
Actual behavior
In case I open a shell and run setup script from there the first time and then call some ide command, it will say
Since I just ran the setup, I would expect this to work immediately.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
- ensure IDEasy is not yet installed
- download and unpack IDEasy as described
- open a shell (on Mac or Linux a bash) and
cd to the _ide folder.
- run
setup
- run
ide help
Related/Dependent Issues
See also #779
Comments/Hints:
The setup script is registering ourselves to .bashrc but does not apply the changes to the current existing shell.
I would expect that the ide command (alias or function) also gets registered to the current shell.
Workaround: type bash to run a new bash shell inside the existing one and then type ide help and it will work.
Affected version:
- 2024.12.001-beta-SNAPSHOT
Expected behavior
As a IDEasy user, I want to use IDEasy immediately after calling the setup script so that I can start using the product immediately and do not get confused by errors.
Actual behavior
In case I open a shell and run
setupscript from there the first time and then call someidecommand, it will saySince I just ran the
setup, I would expect this to work immediately.Steps to reproduce (bug) / Use Case of feature request (enhancement)
cdto the_idefolder.setupide helpRelated/Dependent Issues
See also #779
Comments/Hints:
The
setupscript is registering ourselves to.bashrcbut does not apply the changes to the current existing shell.I would expect that the
idecommand (alias or function) also gets registered to the current shell.Workaround: type
bashto run a new bash shell inside the existing one and then typeide helpand it will work.Affected version: