neovim-gnome-terminal-wrapper icon indicating copy to clipboard operation
neovim-gnome-terminal-wrapper copied to clipboard

problem with pyenv installed python3

Open ysolis opened this issue 7 years ago • 1 comments

this wrapper is with Python 3. This give me a problem when I use pyenv and I am with a virtualenv active with pyenv and this for virtualenv is a Python 3.6 dialect.

to solve this, I need to install python dependencies (python-dbus) inside the new virtualenv, or change the launch script to invoke/call directly /usr/bin/python3 not /usr/bin/env python3 that pyenv change.

ysolis avatar Apr 22 '17 14:04 ysolis

I had this problem too, this time with Anaconda. It also worked for me to change the initial line from /usr/bin/env python3 to /usr/bin/python3. I suggest to either do this as default or to add a sentence about this in the README.

thriveth avatar Aug 30 '17 21:08 thriveth