Skip to content

Commit 30fea8b

Browse files
pelsonvsoch
authored andcommitted
Fix the intended FAQ message regarding PATH resolution (#50)
1 parent e65e9c2 commit 30fea8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/docs/overview/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ It may be the issue that there is an executable in your host environment (eg, py
280280
exec /usr/bin/python "$@"
281281

282282
# This may pick up a different one
283-
exec /usr/bin/python "$@"
283+
exec python "$@"
284284
```
285285

286286
This same idea would be useful if you are issuing the command to the container using `exec`. Thanks to <a href="https://github.com/yarikoptic" target="_blank">yarikoptic</a> for the suggestions on this issue.

0 commit comments

Comments
 (0)