We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3054e76 commit 6e5fffeCopy full SHA for 6e5fffe
content/dependencies.rst
@@ -188,8 +188,8 @@ Exercises 2
188
189
Or use the one-liner if you have access to a terminal like bash
190
191
- python -c "import numpy; print(numpy.__version__)"
192
- python -c "import matplotlib;print(matplotlib.__version__)"
+ python -c 'import numpy; print(numpy.__version__)'
+ python -c 'import matplotlib;print(matplotlib.__version__)'
193
194
4. Deactivate the environment::
195
0 commit comments