pyshortcuts
pyshortcuts copied to clipboard
Run from virtualenv
Is there a way to define the Python binary to be used in the shortcut?
I'm using poetry
if it matters
Is there a way to define the Python binary to be used in the shortcut?
You ought to be able to specify that as the executable to use:
pyshortcut -n MyApp -e <path_to_env>/bin/python scriptname
I don't think that poetry would have an effect, but I don't really know much about poetry ;).