Merge pull request #40 from djgoku/add-documentation-around-pip-installed-binaries

Add section about pip and reshimming after module with binaries is installed
This commit is contained in:
Daniel Perez 2018-09-21 01:20:35 +02:00 committed by GitHub
commit c1aae046af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.