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

Did not find any scripts. Uninstalling. (only with --editable) #40

Closed
amiorin opened this issue Apr 15, 2015 · 2 comments
Closed

Did not find any scripts. Uninstalling. (only with --editable) #40

amiorin opened this issue Apr 15, 2015 · 2 comments

Comments

@amiorin
Copy link

amiorin commented Apr 15, 2015

pipsi install /path/to/project

works

pipsi install --editable /path/to/project

doesn't work

my setup.py contains

    scripts=['bin/run-consul'],
@RonnyPfannschmidt
Copy link
Contributor

does it change if you use the console-scripts entry-point instead
develop installed plain script are not discoverable, develp is a setuptools feature, scripts is just there for backward compat, setuptools itself uses console_scripts, which get generated and recorded propperly

@amiorin
Copy link
Author

amiorin commented May 8, 2015

it works with console-scripts. I've switched to console-scripts

This issue was closed.
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