diff --git a/neovim/postinstall b/neovim/postinstall index c441985..9a5df68 100755 --- a/neovim/postinstall +++ b/neovim/postinstall @@ -2,7 +2,7 @@ set -exuo pipefail -VENV="~/.virtualenvs/neovim3" +VENV="${HOME}/.virtualenvs/neovim3" PYTHON="${VENV}/bin/python" if [ -d "${VENV}" ]; then