Skip to content

Commit 6efe996

Browse files
committed
tweak
1 parent 32594c2 commit 6efe996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manuscript/99-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ installed to) not being in your paths. To find your user site packages base dire
2222
This will get you something like `/Users/me/Library/Python/2.7` on macOS with
2323
Python 2.7 or `/home/me/.local` on Linux/BSD boxes.
2424

25-
The applications are in the `bin/` folder insite that. So you need to
25+
The applications are in the `bin/` folder inside that. So you need to
2626
concatenate the two and add them to your [`PATH`](https://en.wikipedia.org/wiki/PATH_(variable)).
2727
Try adding one of these in your `~/.bashrc` or `~/.zshrc`:
2828

0 commit comments

Comments
 (0)