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

Include information about how Python was installed #89

Open
itamarst opened this issue Oct 12, 2022 · 2 comments
Open

Include information about how Python was installed #89

itamarst opened this issue Oct 12, 2022 · 2 comments

Comments

@itamarst
Copy link

Python can be installed in an number of ways. Limiting focus just to Linux, for example:

  • Official system package
  • On Ubuntu, deadsnakes PPA
  • pyenv
  • Conda (official default and conda-forge)
  • python Docker image

Knowing how Python was installed can be useful at times for tools that have more intrusive integration with the interpreter, e.g. profilers like https://pythonspeed.com/fil/ or https://sciagraph.com.

If I submitted a PR to add this, would you be willing to accept it? I'd probably do Linux only, as a first pass, with a limited number of Linux distributions, because I don't know as much about macOS/Windows install mechanisms.

@rasbt
Copy link
Owner

rasbt commented Nov 7, 2022

Thanks for your suggestion and offering to contribute! Like you said, I think this could be useful indeed.

We could probably add it via the

--python_installation

flag. Only supporting Linux atm sounds reasonable to me. I can probably look into macOS if I find some time ^^.

@itamarst
Copy link
Author

itamarst commented Nov 7, 2022

Thank you, will add to my todo list.

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