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
Going through and testing the documentation, I noticed that the unittest discover instructions assume that we have a global installation.
If we follow the Developer guide, we might end up with a .venv installation. (following: https://intelmq.readthedocs.io/en/develop/dev/guide.html)
Result:
(.venv) aaron@bee:/opt/dev_intelmq$ sudo -u intelmq python3 -m unittest discover sudo: unknown user intelmq
The text was updated successfully, but these errors were encountered:
The docs already say, right above the code that you pasted and executed:
For virtual environment installation, please activate it and omit the sudo -u from examples below:
sudo -u
Sorry, something went wrong.
No branches or pull requests
Going through and testing the documentation, I noticed that the unittest discover instructions assume that we have a global installation.
If we follow the Developer guide, we might end up with a .venv installation.
(following: https://intelmq.readthedocs.io/en/develop/dev/guide.html)
Result:
The text was updated successfully, but these errors were encountered: