We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
This is the entry in my ~/.bashrc file
~/.bashrc
export IDE_ROOT="${PWD}"
Sorry, something went wrong.
devonfw#778: add icd devonfw#779: use functions instead of alias devo…
fc2c097
…nfw#810: setup in current shell devonfw#782: fix IDE_ROOT on linux/mac
#778: add icd #779: use functions instead of alias #810: setup in cur…
c993397
…rent shell #782: fix IDE_ROOT on linux/mac #774: fixed HTTP proxy support (#811)
hohwille
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: