Skip to content

Commit 09017f3

Browse files
Update troubleshooting.md
1 parent dedecd3 commit 09017f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Most `import` problems or `AttributeError`s can be traced back to having multipl
4545

4646
```bash
4747
$ conda uninstall plotly
48-
$ pip remove plotly
48+
$ pip uninstall plotly
4949
```
5050

5151
> Problems can also arise if you have a file named `plotly.py` in the same directory as the code you are executing.

0 commit comments

Comments
 (0)