trungdq88/logmine

logmine not installing properly

akshayr01 opened this issue · 1 comments

After doing pip install logmine, the module was installed succesfully.
But on running command logmine, it is giving error:
'logmine' is not recognized as an internal or external command,
operable program or batch file.

@akshayr01 you probably need to define the pip bin location in the ~/.bashrc file with the below command:
echo "export PATH=\"/home/mark/.local/bin:\$PATH\"" >> ~/.bashrc && source ~/.bashrc