8000 Merge pull request #18435 from jeromefv/practice_branch · matplotlib/matplotlib@5488ba5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5488ba5

Browse files
authored
Merge pull request #18435 from jeromefv/practice_branch
New environment terminal language
2 parents 61807e1 + 1c22fe8 commit 5488ba5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/devel/contributing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ use on a preexisting environment!
8989

9090
A new environment can be set up with ::
9191

92-
python3 -mvenv /path/to/devel/env
92+
python3 -mvenv <file folder location>
9393

9494
and activated with one of the following::
9595

96-
source /path/to/devel/env/bin/activate # Linux/macOS
97-
/path/to/devel/env/Scripts/activate.bat # Windows cmd.exe
98-
/path/to/devel/env/Scripts/Activate.ps1 # Windows PowerShell
96+
source <file folder location>/bin/activate # Linux/macOS
97+
<file folder location>\Scripts\activate.bat # Windows cmd.exe
98+
<file folder location>\Scripts\Activate.ps1 # Windows PowerShell
9999

100100
Whenever you plan to work on Matplotlib, remember to activate the development
101101
environment in your shell!

0 commit comments

Comments
 (0)
0