WSL issue in PATH env variable
kamalmost opened this issue · 1 comments
kamalmost commented
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 commented
Shouldn't it be $HOME/.apt
instead of $HOME:.apt
?