View Single Post
  #4  
Old 04-02-2019, 07:58 PM
nyclin nyclin is offline
Fire Giant

nyclin's Avatar

Join Date: Jul 2014
Posts: 611
Default

$ echo "/home/me/Downloads/p99-login-middlemand-master/bin/p99-login-middlemand 2>&1" >> ~/.bash_profile
$ . ~/.bash_profile

then run wine/eq however

if bash is saying "command not found" on something in your current directory, it isn't part of your $PATH and you can exec it by running ./command if its chmod +x for you. if you update your $PATH in .bashrc you have to re-source .bashrc or open a new shell for the path to get updated, as .bashrc is just a script that gets run whenever you open a new login shell
Reply With Quote