Skip to content
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

WSL issue in PATH env variable #7

Open
kamalmost opened this issue Jan 2, 2022 · 1 comment
Open

WSL issue in PATH env variable #7

kamalmost opened this issue Jan 2, 2022 · 1 comment

Comments

@kamalmost
Copy link

Good job. I've tested this in WSL 1 and it works.

one thing to note I had to fix the PATH on WSL it was spaces.

echo export PATH=$PATH:$HOME:.apt/usr/bin:.apt/bin:.apt/sbin:.apt/usr/share:.apt/usr/lib >> $HOME/.profile #don't just be shure
echo export PATH=$PATH:$HOME:.apt/usr/bin:.apt/bin:.apt/sbin:.apt/usr/share:.apt/usr/lib >> $HOME/.bashrc #be extra shure

@Thrashophil
Copy link

Shouldn't it be $HOME/.apt instead of $HOME:.apt?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants