Tobias Megies
Tobias Megies
Note to self: Need to check how simplemseed handles this issue
Thanks for looking at this @jaraco > because it's possible for multiple distributions of the same name to exist in the environment Seems weird to me, at least I have...
To be constructive, I set up a quick PR with what I would've wished to see in the docs at the time when I was transitioning our package from `pgk_resources`...
What we did (still do actually) with `pkg_resources` (using `pip` just as an example here): ```python from pkg_resources import load_entry_point load_entry_point('pip', 'console_scripts', 'pip') ``` What I thought would do the...
`dpkg` doesn't automatically pull in dependencies. IIRC, you can after your dpkg command just run a plain `sudo aptitude install` without actually specifying anything to install and it will prompt...