Saturday, December 28, 2019

Compile vim while pyenv + anaconda installed in the os, failed with: checking Tcl version... pyenv: tclsh8.5: command not found

Hi,

I use pyenv to manage python versions, and I've installed some
python's versions as follows:

$ pyenv versions
system
2.7.17
3.5.9
* 3.6.9 (set by /home/werner/.pyenv/version)
3.7.5
3.8.0
anaconda3-2019.10
anaconda3-4.3.0
anaconda3-5.3.0
anaconda3-5.3.1

In this case, I try to compile vim from the git version, but failed at
the configure stage:

$ ./configure --enable-fail-if-missing --enable-autoservername
--enable-cscope --enable-fontset --enable-multibyte
--enable-luainterp --enable-perlinterp
--enable-pythoninterp=yes --enable-python3interp=yes
--enable-rubyinterp --enable-tclinterp --enable-gui=gtk3
--enable-terminal --enable-xim --with-x --with-luajit
--with-lua-prefix=/usr/local --with-features=huge
[...]
checking for tclsh8.5... /home/werner/.pyenv/shims/tclsh8.5
checking Tcl version... pyenv: tclsh8.5: command not found

The `tclsh8.5' command exists in these Python versions:
anaconda3-4.3.0

too old; need Tcl version 8.0 or later
configure: error: could not configure Tcl


Any hints for solving this issue?
--
Hongsheng Zhao <hongyi.zhao@gmail.com>
Institute of Semiconductors, Chinese Academy of Sciences
GnuPG DSA: 0xD108493

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAGP6PO%2BnLg-2%2B2Bt8sOhBQJZr3tSVQEo547w_UFbbt3SjOHorA%40mail.gmail.com.

No comments: