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

python setup.py install --show-default-install-dirs: Don't say "install" #25

Closed
jidanni opened this issue Aug 26, 2020 · 0 comments
Closed

Comments

@jidanni
Copy link
Contributor

jidanni commented Aug 26, 2020

docs/documentation.html says

You can see a list of the default installation locations by running:

# python setup.py install --show-default-install-dirs

Please just say to do

# python setup.py --show-default-install-dirs

As we are not trying to seemingly install anything, but just show things. So no need for the whole scary line.

(Sure, I could fix the code directly,
but one cannot tell if documentation.html is automatically produced from documentation.txt, or visa versa.
Or maybe you are maintaining them both by hand.)

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

1 participant