Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logmine not installing properly #15

Open
akshayr01 opened this issue Feb 6, 2023 · 1 comment
Open

logmine not installing properly #15

akshayr01 opened this issue Feb 6, 2023 · 1 comment

Comments

@akshayr01
Copy link

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
Copy link

paramMW commented Apr 22, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants