From fa06047af196a70b1c0bc35c6c581039b947fb84 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Mon, 10 Mar 2014 09:20:37 -0400 Subject: [PATCH] whatsnew: add porting note for pyvenv --without-pip. --- Doc/whatsnew/3.4.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index a0d1efa4f3..f41a6ac68a 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -2279,6 +2279,10 @@ Changes in the Python API stream in :mod:`~io.TextIOWrapper` to use its *newline* argument (:issue:`15204`). +* If you use :ref:`pyvenv ` in a script and desire that pip + *not* be installed, you must add ``--wihtout-pip`` to your command + invocation. + Changes in the C API -------------------- -- 2.40.0