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 ed68ed0 commit 946e8b6Copy full SHA for 946e8b6
README.md
@@ -19,6 +19,17 @@ for windows
19
20
$ activate mpl-tutorial
21
22
+### Troubleshooting
23
+
24
+Try updating conda in case you are encountering a bug that has been fixed.
25
26
+ $ conda update conda
27
28
+Try this command (UNIX and OSX only) to ensure that the shell has not cached an
29
+old reference to IPython. Do this after the `activate` step.
30
31
+ $ hash -r
32
33
### for 99-get_data
34
35
$ conda install -c conda-forge cartopy proj4
0 commit comments