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.
2 parents 3054e76 + 6e5fffe commit 550c1ceCopy full SHA for 550c1ce
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