-
Notifications
You must be signed in to change notification settings - Fork 275
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
Update python commands in documentation #1349
Comments
This depends, it does work in some OSes / install methods... but consistency is good so I think this is a good idea.
|
i can update the docs to exclude old python2 commands and update them to python3, if you would assign it to me |
Thank you, assigning |
@jku i updated everything relevant i could find + removed some doc-lines where you could find Python2 command alternative. I also updated the |
Fixed in #1493, thanks! |
Description of issue or feature request:
With the release of tuf 0.17.0 python2 support was removed. Parts of the documentations contain commands that state the usage of python instead of python3 and pip instead of pip3. The commands with "python" will not work outside the virtualenv. It would help to explicitly state "python3" and "pip3" here.
It would be helpful to agree on as to where and what changes might be appropriate.
Current behavior:
pip install -r requirement-dev.txt
python aggregate_tests.py
Expected behavior:
pip3 install -r requirements-dev.txt
python3 aggregate_tests.py
The text was updated successfully, but these errors were encountered: