Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97215 > unrolled thread
| Started by | Facundo Batista <facundobatista@gmail.com> |
|---|---|
| First post | 2015-09-29 15:06 -0300 |
| Last post | 2015-09-29 15:06 -0300 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [ANN] pythenv Facundo Batista <facundobatista@gmail.com> - 2015-09-29 15:06 -0300
| From | Facundo Batista <facundobatista@gmail.com> |
|---|---|
| Date | 2015-09-29 15:06 -0300 |
| Subject | Re: [ANN] pythenv |
| Message-ID | <mailman.245.1443549979.28679.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web