From e0d16874db204bcf63d9fc328360cb5803ff6b7c Mon Sep 17 00:00:00 2001 From: Jonathan Otsuka Date: Thu, 30 Aug 2018 12:02:56 -0600 Subject: [PATCH] Add section about pip and reshimming after module with binaries is installed. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3790a22..c44b03c 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,7 @@ asdf global 3.6.2 2.7.13 ``` This feature is experimental but should be working well enough for most use cases. + +## Pip installed modules and binaries + +If you use pip to install a module like ipython that has a binaries. You will need to run `asdf reshim python` for the binary to be in your path.