-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
windows app paths missing from $PATH #41
Comments
Here's a patch that you can apply to preserve PATH and any environment variables listed in WSLENV (such as WT_SESSION and WT_PROFILE_ID used by vscode):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thank you for bottle-imp. 🙏
When using bottle-imp, I have a small issue with my
PATH
.Inside a session started with
imp -s
myPATH
envvar is missing the "windows apps paths" (eg:/mnt/c/windows/system32
etc.).When I run a session without
imp
, myPATH
envvar contains the paths.The symptoms are
code .
andexplorer.exe
crashing with "command not found" for exemple.I'm using an Ubuntu 22.04 WSL2 instance.
My current work-around is to start a
imp
session aside and then work inside a "normal" WSL session.The text was updated successfully, but these errors were encountered: