wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.12k stars 182 forks source link

Virtualenv scripts support #178

Open ivanrvpereira opened 7 years ago

ivanrvpereira commented 7 years ago

Hi,

Its currently possible to give an alternative python path to the script? It would be useful to have multiple python versions from different virtualenvs.

Chris7 commented 7 years ago

There is an open issue about adding in custom script executable interpetters, https://github.com/wooey/Wooey/issues/144, is that what you mean by this issue?