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
Hi, I usually use the default image but debian:latest does not seem to use .bashrc on enter. I saw a similar recent question: #1411
Edit: ubuntu:latest also has problems. A new container with default image does not have these problems.
What problems I observe:
Debian does not add to PATH, I checked with echo $PATH. It also does not find installed nvm.
echo $PATH
Ubuntu does have correct PATH, but nvm is not found.
OS info:
host
NAME="Aeon" ID="aeon" ID_LIKE="suse opensuse opensuse-tumbleweed opensuse-microos opensuse-aeon microos" VERSION_ID="20241206"
distrobox
NAME="Debian GNU/Linux" VERSION_ID="12" ID=debian
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I usually use the default image but debian:latest does not seem to use .bashrc on enter. I saw a similar recent question: #1411
Edit: ubuntu:latest also has problems. A new container with default image does not have these problems.
What problems I observe:
Debian does not add to PATH, I checked with
echo $PATH
. It also does not find installed nvm.Ubuntu does have correct PATH, but nvm is not found.
OS info:
host
distrobox
The text was updated successfully, but these errors were encountered: