1

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

2 Answers 2

2

Fix: conole_scripts -> console_scripts. Missed s.

Sign up to request clarification or add additional context in comments.

Comments

0

It appears there is a spelling mistake in the entry_points, you have conole_scripts instead of console_scripts (missing the "s" in console). Was this directly copied and pasted from your code?

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.