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

counterfit pip install for linux is not found counterfit package #22

Open
Toin1779712664 opened this issue Feb 25, 2023 · 1 comment
Open

Comments

@Toin1779712664
Copy link

hi, terminal is Download OK!But I runningcounterfit --port 5050 is not found package

@jimbobbennett
Copy link

When you pip install, check for a warning about the install location not being in your path. For example:

WARNING: The script counterfit is installed in '/home/ubuntu/.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.

This should show you where pip installs packages and command line tools.

Either add this to your PATH, or run counterfit with a fully qualified path. e.g.:

/home/ubuntu/.local/bin/counterfit 

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