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

Command 'pymon' not found #26

Closed
seelentov opened this issue Mar 29, 2024 · 3 comments
Closed

Command 'pymon' not found #26

seelentov opened this issue Mar 29, 2024 · 3 comments

Comments

@seelentov
Copy link

vlad@vlad-Dell-G15-5510:~/Github/python-pg$ pip install py-mon
Defaulting to user installation because normal site-packages is not writeable
Collecting py-mon
  Using cached py_mon-2.0.5-py3-none-any.whl (5.5 kB)
Requirement already satisfied: watchdog in /home/vlad/.local/lib/python3.10/site-packages (from py-mon) (4.0.0)
Requirement already satisfied: colorama in /usr/lib/python3/dist-packages (from py-mon) (0.4.4)
Installing collected packages: py-mon
  WARNING: The script pymon is installed in '/home/vlad/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed py-mon-2.0.5
vlad@vlad-Dell-G15-5510:~/Github/python-pg$ pymon index.py
Command 'pymon' not found, but can be installed with:
...

@kevinjosethomas
Copy link
Owner

Hey, the issue is because pymon wasn't installed into a directory that is in your system PATH. It should work if you add home/vlad/.local/bin into your PATH.

WARNING: The script pymon is installed in '/home/vlad/.local/bin' which is not on PATH.

@seelentov
Copy link
Author

Hey, the issue is because pymon wasn't installed into a directory that is in your system PATH. It should work if you add home/vlad/.local/bin into your PATH.

WARNING: The script pymon is installed in '/home/vlad/.local/bin' which is not on PATH.

tysm my friend ☺️

@kevinjosethomas
Copy link
Owner

No problem, hope pymon helps you!

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