You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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
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.
The text was updated successfully, but these errors were encountered: