logmine not installing properly
akshayr01 opened this issue · 1 comments
akshayr01 commented
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.
paramMW commented
@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