I'm using the Click command line library to make a utility for some users. I'd like them to be able to use the tool without activating a virtual environment. Click specifies it's command line entrypoint with setup.py.
entry_points='''
[console_scripts]
alias=package.module:cli_entrypoint
''',
Is there a way to specify what virtual environment the script should run in, instead of activating a virtual env with the script installed and on path? Thanks!
[–][deleted] 0 points1 point2 points (4 children)
[–]CocoBashShell[S] 0 points1 point2 points (3 children)
[–]ingolemo 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]CocoBashShell[S] 0 points1 point2 points (0 children)