On Tue, Sep 29, 2015 at 10:14 AM,  <michel.casabia...@gmail.com> wrote:

> Pythenv runs a Python script creating a virtualenv on the fly. Requirements 
> may be passed as a requirements file or embedded in the Python script in a 
> dedicated comment:
>
>     # requirements: foo==1.2.3, bar
>
> This project is on Github:
>
>     https://github.com/c4s4/pythenv

Hi Michel!

You may be interested in fades:

 https://pypi.python.org/pypi/fades

fades does something similar, but also support receivng the parameters
one by one in comand line, or through a requirements.txt file, or in a
comment in the script, or in the scripts docstring.

It also supports running any installed python version, even ipython.

And you're not forced to run a python script! you can open an
interactive interpreter inside the virtualenv, or directly execute
anything inside the virtualenv.

Regards,

-- 
.    Facundo

Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
Twitter: @facundobatista
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to