# Problems
## Non-portability of Scripts
Entrypoint scripts installed by `pip` use hard-coded absolute paths, which is fine if using a system Python but a problem if bundling Python as part of an installer.
Discussions:
* [Portable entry points - #3 by kknechtel - Packaging - Discussions on Python.org](https://discuss.python.org/t/portable-entry-points/53787/3)