Skip to content

How to manage several python project with console_scripts in PATH? #3493

Answered by abravalheri
byumov asked this question in Q&A
Discussion options

You must be logged in to vote

How I can prevent install console_scripts when package installed as dependency?

Hi @byumov, I don't know about any tool in that allows you not installing console_scripts. This is probably a question that you might want to direct to a installer, like pip, since setuptools is trying to reduce its scope and avoid performing the installation of packages itself (python setup.py install is considered deprecated).

Is there a way to put console_scripts to other directory (not ./bin/)?

I am afraid that this is also outside of the scope of the setuptools project. Maybe you can try to play with installer? However, you probably will need to write your own script and handle dependencies directly (…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by byumov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants