sabouleux t1_iznn344 wrote
Is there a way to specify the interpreter / virtual environment using Python? Seems like the program is calling the interpreter on its own
elbiot t1_izohltd wrote
I assume the program is installed into the virtual environment and so is operating within it. That would be done with the console_scripts entry point
Viewing a single comment thread. View all comments