0x00009b / pkget

Install packages on any Debian based Linux distro without root or installing it on the entire system
GNU General Public License v3.0
117 stars 41 forks source link

WSL issue in PATH env variable #7

Open kamalmost opened 2 years ago

kamalmost commented 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

Thrashophil commented 2 years ago

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