Skip to content

apt-vim continually looking for python in /usr/bin/env #58

@caleywoods

Description

@caleywoods

I am working from a Samsung Chromebook 3 running what is similar to an ubuntu chroot via crouton. I have python 3.5 located at /usr/bin/python3.5 and it's aliased in my .bashrc with alias python='/usr/bin/python3.5 and executing python --version from the bash shell will return back the python version.

When trying to install NERDTree with apt-vim, here is the output:

(xenial)caley@localhost:~$ apt-vim install -y https://github.com/scrooloose/nerdtree.git
/usr/bin/env: 'python': No such file or directory

If I prefix the above apt-vim install command with python then everything works fine. Should I modify .vimpkg/bin/apt-vim to point to /usr/bin/python3.5 or is there a better solution for this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions