* [ptxdist] [PATCH] doc: including_bsp_doc: add missing venv creation command
@ 2018-10-10 12:10 Ahmad Fatoum
2018-10-16 7:47 ` Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2018-10-10 12:10 UTC (permalink / raw)
To: ptxdist; +Cc: Ahmad Fatoum
otherwise, there wouldn't be an env/ directory to source inside.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
doc/including_bsp_doc.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/including_bsp_doc.inc b/doc/including_bsp_doc.inc
index cfccc45b4e80..e6c6bb6f7ded 100644
--- a/doc/including_bsp_doc.inc
+++ b/doc/including_bsp_doc.inc
@@ -32,6 +32,7 @@ when not globally present in the host system.
.. code-block:: text
$ pip3 install --upgrade --user pip virtualenv
+ $ python3 -mvenv env
$ source env/bin/activate
$ pip3 install sphinx
$ pip3 install sphinx_rtd_theme
--
2.19.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [PATCH] doc: including_bsp_doc: add missing venv creation command
2018-10-10 12:10 [ptxdist] [PATCH] doc: including_bsp_doc: add missing venv creation command Ahmad Fatoum
@ 2018-10-16 7:47 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2018-10-16 7:47 UTC (permalink / raw)
To: ptxdist; +Cc: Ahmad Fatoum
On Wed, Oct 10, 2018 at 02:10:12PM +0200, Ahmad Fatoum wrote:
> otherwise, there wouldn't be an env/ directory to source inside.
>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> doc/including_bsp_doc.inc | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/doc/including_bsp_doc.inc b/doc/including_bsp_doc.inc
> index cfccc45b4e80..e6c6bb6f7ded 100644
> --- a/doc/including_bsp_doc.inc
> +++ b/doc/including_bsp_doc.inc
> @@ -32,6 +32,7 @@ when not globally present in the host system.
> .. code-block:: text
>
> $ pip3 install --upgrade --user pip virtualenv
Hmm, ist virtualenv still needed in this case?
Michael
> + $ python3 -mvenv env
> $ source env/bin/activate
> $ pip3 install sphinx
> $ pip3 install sphinx_rtd_theme
> --
> 2.19.0
>
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-16 7:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-10 12:10 [ptxdist] [PATCH] doc: including_bsp_doc: add missing venv creation command Ahmad Fatoum
2018-10-16 7:47 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox