Each virtual environment has its own bin/ directory and when activated its
bin/ is in your $PATH
On Tue, Sep 6, 2022 at 1:45 PM wrote:
> Hello,
>
> I try to get it onto my head how virtual environments (via venv) works
> when I have packages with "entry points".
>
> I can define such entry point
Hello,
I try to get it onto my head how virtual environments (via venv) works
when I have packages with "entry points".
I can define such entry points in the setup.cfg like this (full example
[1]):
[options.entry_points]
console_scripts =
hyperorg = hyperorg.__main__:main
When I instal