Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97215
| References | <38be4fa0-ca14-48aa-9411-1c3a7facba82@googlegroups.com> |
|---|---|
| Date | 2015-09-29 15:06 -0300 |
| Subject | Re: [ANN] pythenv |
| From | Facundo Batista <facundobatista@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.245.1443549979.28679.python-list@python.org> (permalink) |
On Tue, Sep 29, 2015 at 10:14 AM, <michel.casabianca@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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: [ANN] pythenv Facundo Batista <facundobatista@gmail.com> - 2015-09-29 15:06 -0300
csiph-web