-
Notifications
You must be signed in to change notification settings - Fork 5.9k
$PATH got overwritten in docker #4758
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
Comments
Did this happen in 3.12.0? |
cc @code-asher |
No, I've been using 3.12.0 with no problem |
Perhaps the same as #4699 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS/Web Information
code-server --version
: 4.0.1Steps to Reproduce
echo $PATH
Expected
Output is the same in Julia docker
/usr/local/julia/bin:...
Actual
/usr/local/julia/bin
is missing fromPATH
. Instead, there is a code-server related path.This issue can be reproduced in VS Code: No
The text was updated successfully, but these errors were encountered: