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!
8989
9090A new environment can be set up with ::
9191
92- python3 -mvenv /path/to/devel/env
92+ python3 -mvenv <file folder location>
9393
9494and 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
100100Whenever you plan to work on Matplotlib, remember to activate the development
101101environment in your shell!
You can’t perform that action at this time.
0 commit comments