From f85fc410e574a56182a9dd87697f0ba08619248a Mon Sep 17 00:00:00 2001 From: RJ Dellecese Date: Fri, 22 Nov 2019 06:09:08 -0500 Subject: [PATCH] Add comment about reshimming Python with asdf (#124) --- INSTALLATION.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALLATION.md b/INSTALLATION.md index 9489864..b947d0f 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -21,6 +21,12 @@ This will give you the correct location: $ python3 -c 'import site; print(site.USER_BASE)' +If `nvr` is not in your path and you installed Python with `asdf`, you might need +to reshim: + + $ pip3 install neovim-remote + $ asdf reshim python + ## From repo If you want to test your own changes, it makes sense to put your local repo into