I've looked at the other solutions for this and none of them help.
I installed my package and it doesn't add my entry_point when using --user After doing pip install --user module the entry point is not adding to .local Does anyone know why it's not getting added to .local/bin? Developing in python 2.7
Thanks