We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Need more info, such as your operating system.
If you're on Linux, you probably don't have Python's bin/ directory in your shell's PATH variable.
bin/
You can figure this out with the which command:
which
[evan@blackbox ~] which python3 /home/evan/resources/venv3/bin/python3
So the directory is located at /home/evan/resources/venv3/bin/
/home/evan/resources/venv3/bin/
[evan@blackbox ~] /home/evan/resources/venv3/bin/remouse -h usage: remouse [-h] [--debug] [--key PATH] [--password PASSWORD] [--address ADDRESS] [--mode {fit,fill,stretch}] [--orientation {top,left,right,bottom}] [--monitor NUM] [--region] [--threshold THRESH] [--evdev] use reMarkable tablet as a mouse input ...
You can read about fixing this PATH issue here.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: