File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,13 +89,13 @@ use on a preexisting environment!
89
89
90
90
A new environment can be set up with ::
91
91
92
- python3 -mvenv /path/to/devel/env
92
+ python3 -mvenv <file folder location>
93
93
94
94
and activated with one of the following::
95
95
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
99
99
100
100
Whenever you plan to work on Matplotlib, remember to activate the development
101
101
environment in your shell!
You can’t perform that action at this time.
0 commit comments