Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8552473

Browse files
authored
Merge pull request #26134 from meeseeksmachine/auto-backport-of-pr-26084-on-v3.7.1-doc
Backport PR #26084 on branch v3.7.1-doc (added note about python 3 to venv)
2 parents e068e00 + 383c82e commit 8552473

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/devel/development_setup.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ The simplest way to do this is to use either Python's virtual environment
106106
<file folder location>\Scripts\activate.bat # Windows cmd.exe
107107
<file folder location>\Scripts\Activate.ps1 # Windows PowerShell
108108

109+
On some systems, you may need to type ``python3`` instead of ``python``.
110+
For a discussion of the technical reasons, see `PEP-394 <https://peps.python.org/pep-0394>`_.
111+
109112
.. tab-item:: conda environment
110113

111114
Create a new `conda`_ environment with ::
@@ -123,6 +126,7 @@ The simplest way to do this is to use either Python's virtual environment
123126

124127
Remember to activate the environment whenever you start working on Matplotlib.
125128

129+
126130
Installing Matplotlib in editable mode
127131
======================================
128132
Install Matplotlib in editable mode from the :file:`matplotlib` directory

0 commit comments

Comments
 (0)