After I activate specific virtualenv I'd like to have Python scripts, which I run using only their name (script.py
), be executed using Python interpreter from virtualenv. How to do this?
It's a followup to the Why doesn't virtualenv on Windows associate .py/.pyw/.pyo/.pyc files with virtualenv's version of Python executables? question.