Skip to content

Commit 946e8b6

Browse files
committed
DOC: Add troubleshooting suggestions for installation procedure.
1 parent ed68ed0 commit 946e8b6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ for windows
1919

2020
$ activate mpl-tutorial
2121

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+
2233
### for 99-get_data
2334

2435
$ conda install -c conda-forge cartopy proj4

0 commit comments

Comments
 (0)