Open kamalmost opened 2 years ago
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
Shouldn't it be $HOME/.apt instead of $HOME:.apt?
$HOME/.apt
$HOME:.apt
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