Open alfeilex opened 5 days ago
If I am setting up IDEasy on Ubuntu, then the variable IDE_ROOT should be set correctly, like on Windows (e.g C:\projects)
IDEasy
IDE_ROOT
(e.g C:\projects)
After setting up IDEasy, the IDE_ROOT variable is not set correctly. It always takes the value of the path where the terminal was started.
ideasy
echo $IDE_ROOT
This is the entry in my ~/.bashrc file
~/.bashrc
export IDE_ROOT="${PWD}"
Expected behavior
If I am setting up
IDEasy
on Ubuntu, then the variableIDE_ROOT
should be set correctly, like on Windows(e.g C:\projects)
Actual behavior
After setting up
IDEasy
, theIDE_ROOT
variable is not set correctly. It always takes the value of the path where the terminal was started.Steps to reproduce (bug)
ideasy
on Linuxecho $IDE_ROOT
and observe the valueAffected version: