Re: [PATCH] changes.rst: explain the usage of virtual environment

2017-06-20 Thread Markus Heiser
[...] > Am 19.06.2017 um 17:13 schrieb Markus Heiser : > >>> Typically I have a PY_ENV target in my projects, building a virtualenv >>> in a folder named ./local. [...] >> Yeah, IMHO, it makes sense to have something like that at the main build, >> as an optional

Re: [PATCH] changes.rst: explain the usage of virtual environment

2017-06-20 Thread Markus Heiser
[...] > Am 19.06.2017 um 17:13 schrieb Markus Heiser : > >>> Typically I have a PY_ENV target in my projects, building a virtualenv >>> in a folder named ./local. [...] >> Yeah, IMHO, it makes sense to have something like that at the main build, >> as an optional feature, > OK, I will prepare

Re: [PATCH] changes.rst: explain the usage of virtual environment

2017-06-19 Thread Markus Heiser
> Am 19.06.2017 um 16:38 schrieb Mauro Carvalho Chehab > : > > HI Markus, > Hi Mauro :) [...] >> Typically I have a PY_ENV target in my projects, building a virtualenv >> in a folder named ./local. E.g. in LinuxDoc [1] I use something like this: >> >> PY ?=3 >>

Re: [PATCH] changes.rst: explain the usage of virtual environment

2017-06-19 Thread Markus Heiser
> Am 19.06.2017 um 16:38 schrieb Mauro Carvalho Chehab > : > > HI Markus, > Hi Mauro :) [...] >> Typically I have a PY_ENV target in my projects, building a virtualenv >> in a folder named ./local. E.g. in LinuxDoc [1] I use something like this: >> >> PY ?=3 >> PYTHON ?= python$(PY) >> ..

Re: [PATCH] changes.rst: explain the usage of virtual environment

2017-06-19 Thread Mauro Carvalho Chehab
HI Markus, Em Mon, 19 Jun 2017 16:11:56 +0200 Markus Heiser escreveu: > > Am 19.06.2017 um 15:46 schrieb Jonathan Corbet : > > > > On Mon, 19 Jun 2017 06:08:37 -0700 > > Christoph Hellwig wrote: > > > >> On Mon, Jun 19, 2017 at

Re: [PATCH] changes.rst: explain the usage of virtual environment

2017-06-19 Thread Mauro Carvalho Chehab
HI Markus, Em Mon, 19 Jun 2017 16:11:56 +0200 Markus Heiser escreveu: > > Am 19.06.2017 um 15:46 schrieb Jonathan Corbet : > > > > On Mon, 19 Jun 2017 06:08:37 -0700 > > Christoph Hellwig wrote: > > > >> On Mon, Jun 19, 2017 at 08:24:10AM -0300, Mauro Carvalho Chehab wrote: > >>> As the

Re: [PATCH] changes.rst: explain the usage of virtual environment

2017-06-19 Thread Mauro Carvalho Chehab
Em Mon, 19 Jun 2017 07:46:53 -0600 Jonathan Corbet escreveu: > On Mon, 19 Jun 2017 06:08:37 -0700 > Christoph Hellwig wrote: > > > On Mon, Jun 19, 2017 at 08:24:10AM -0300, Mauro Carvalho Chehab wrote: > > > As the Sphinx build seems very fragile,

Re: [PATCH] changes.rst: explain the usage of virtual environment

2017-06-19 Thread Mauro Carvalho Chehab
Em Mon, 19 Jun 2017 07:46:53 -0600 Jonathan Corbet escreveu: > On Mon, 19 Jun 2017 06:08:37 -0700 > Christoph Hellwig wrote: > > > On Mon, Jun 19, 2017 at 08:24:10AM -0300, Mauro Carvalho Chehab wrote: > > > As the Sphinx build seems very fragile, specially for > > > PDF output, add a notice

Re: [PATCH] changes.rst: explain the usage of virtual environment

2017-06-19 Thread Markus Heiser
> Am 19.06.2017 um 15:46 schrieb Jonathan Corbet : > > On Mon, 19 Jun 2017 06:08:37 -0700 > Christoph Hellwig wrote: > >> On Mon, Jun 19, 2017 at 08:24:10AM -0300, Mauro Carvalho Chehab wrote: >>> As the Sphinx build seems very fragile, specially for >>> PDF

Re: [PATCH] changes.rst: explain the usage of virtual environment

2017-06-19 Thread Markus Heiser
> Am 19.06.2017 um 15:46 schrieb Jonathan Corbet : > > On Mon, 19 Jun 2017 06:08:37 -0700 > Christoph Hellwig wrote: > >> On Mon, Jun 19, 2017 at 08:24:10AM -0300, Mauro Carvalho Chehab wrote: >>> As the Sphinx build seems very fragile, specially for >>> PDF output, add a notice about how to

Re: [PATCH] changes.rst: explain the usage of virtual environment

2017-06-19 Thread Jonathan Corbet
On Mon, 19 Jun 2017 06:08:37 -0700 Christoph Hellwig wrote: > On Mon, Jun 19, 2017 at 08:24:10AM -0300, Mauro Carvalho Chehab wrote: > > As the Sphinx build seems very fragile, specially for > > PDF output, add a notice about how to use it on a virtual > > environment. > >

Re: [PATCH] changes.rst: explain the usage of virtual environment

2017-06-19 Thread Jonathan Corbet
On Mon, 19 Jun 2017 06:08:37 -0700 Christoph Hellwig wrote: > On Mon, Jun 19, 2017 at 08:24:10AM -0300, Mauro Carvalho Chehab wrote: > > As the Sphinx build seems very fragile, specially for > > PDF output, add a notice about how to use it on a virtual > > environment. > > Please don't.

Re: [PATCH] changes.rst: explain the usage of virtual environment

2017-06-19 Thread Christoph Hellwig
On Mon, Jun 19, 2017 at 08:24:10AM -0300, Mauro Carvalho Chehab wrote: > As the Sphinx build seems very fragile, specially for > PDF output, add a notice about how to use it on a virtual > environment. Please don't. python venv are good at one thing only, and that is making a mess of your python

Re: [PATCH] changes.rst: explain the usage of virtual environment

2017-06-19 Thread Christoph Hellwig
On Mon, Jun 19, 2017 at 08:24:10AM -0300, Mauro Carvalho Chehab wrote: > As the Sphinx build seems very fragile, specially for > PDF output, add a notice about how to use it on a virtual > environment. Please don't. python venv are good at one thing only, and that is making a mess of your python

[PATCH] changes.rst: explain the usage of virtual environment

2017-06-19 Thread Mauro Carvalho Chehab
As the Sphinx build seems very fragile, specially for PDF output, add a notice about how to use it on a virtual environment. Signed-off-by: Mauro Carvalho Chehab --- Documentation/process/changes.rst | 18 ++ 1 file changed, 18 insertions(+) diff

[PATCH] changes.rst: explain the usage of virtual environment

2017-06-19 Thread Mauro Carvalho Chehab
As the Sphinx build seems very fragile, specially for PDF output, add a notice about how to use it on a virtual environment. Signed-off-by: Mauro Carvalho Chehab --- Documentation/process/changes.rst | 18 ++ 1 file changed, 18 insertions(+) diff --git