kevinjosethomas/py-mon

Command 'pymon' not found

Closed this issue · 3 comments

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:
...

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.

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 ☺️

No problem, hope pymon helps you!