Git   发布时间:2022-04-04  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了GIT bash在Windows上:VIM找不到Python3大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

早安,我的VIM无法在Windows上find我的Python安装。 在此先感谢所有谁花时间来阅读这个问题:)

我当前的设置我目前在GIT Bash中运行VIM 8.0.27在Windows(未修改的64位设置从https://git-scm.com/download/win )。 此外,我已经在以下目录中安装了Python 3.5.2的64位版本:“C:/ python35 /”我在PATHvariables中@L_616_2@了“C:/ python35 /”和“C:/ python35 / Scripts / 。 VIM似乎是用Python支持编译的,版本文本包括“+ python / dyn”和“+ python3 / dyn”

我的问题

在我看来,VIM无法find我的Python安装。 当我调用“:echo has('python')”或“:echo has('python3')”时,它返回0.当我尝试用安装的python插件启动VIM时,出现以下错误信息: “UltiSnips requires py> = 2.7或py3“

jenkins无法通过Git / SSH在Windows上克隆Git存储库

加快使用几个查找命令的bash脚本

从远程服务器findgit分支的名字

我怎样才能安装Git到我的服务器没有apt-get?

在哪里设置path

长期目标

我的目标是让Greg Hurrel的VIMconfiguration在Windows 7上运行( https://github.com/wincent/wincent )。 除此之外,它需要Python和Ruby。 我也希望提供关于其他(更好)的方法来实现这一点。

细节

$哪个python35.dll

/c/python35/python3.dll

在vim中:“:echo $ PATH”

/c/Users/JAnnikV/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/mingw64/bin:/usr/bin:/c/Users/JAnnikV/bin:/c/python35/Scripts:/c/python35:/c/Program Files/Intel/iCLS Client:/c/Windows/system32: ...

$ vim –version

VIM - Vi IMproved 8.0 (2016 Sep 12,compiled Oct 12 2016 13:28:14) Included patches: 1-27 compiled by <alexpux@gmail.com> Huge version without GUI. Features included (+) or not (-): +acl +file_in_path +mouse_sgr +tag_old_static +arabic +find_in_path -mouse_sysmouse -tag_any_white +autOCMd +float +mouse_urxvt -tcl -balloon_eval +folding +mouse_xterm +termguicolors -browse -footer +multi_byte +terminfo ++builTin_terms +fork() +multi_lang +termresponse +byte_offset +gettext -mzscheR_225_11845@e +textobjects +chAnnel -hangul_input +netbeans_intg +timers +cindent +iconv +num64 +title -clientserver +insert_expand +packages -toolbar +clipboard +job +path_extra +user_commands +cmdline_compl +jumplist +perl/dyn +vertsplit +cmdline_hist +keymap +persistent_undo +virtualedit +cmdline_info +lambda +postscript +visual +comments +langmap +printer +visualextra +conceal +libcall +profile +viminfo +cryptv +linebreak +python/dyn +vreplace +cscope +lispindent +python3/dyn +wildignore +cursorbind +listcmds +quickfix +wildmenu +cursorshape +localmap +reltime +windows +dialog_con -lua +rightleft +writeBACkup +diff +menu +ruby/dyn -X11 +digraphs +mksession +scrollbind -xfontset -dnd +modify_fname +signs -xim -ebcDic +mouse +smarTindent -xpm +emacs_tags -mouseshape +startuptime -xsmp +eval +mouse_dec +statusline -xterm_clipboard +ex_extra -mouse_gpm -sun_workshop -xterm_save +extra_search -mouse_jsbterm +Syntax +farsi +mouse_netterm +tag_binary system vimrc file: "/etc/vimrc" user vimrc file: "$HOME/.vimrc" 2nd user vimrc file: "~/.vim/vimrc" user exrc file: "$HOME/.exrc" defaults file: "$VIMRUNTIME/defaults.vim" fall-BACk for $VIM: "/etc" fb for $VIMRUNTIME: "/usr/share/vim/vim80" Compilation: gcc -c -I. -Iproto -DHAVE_CONfig_H -D_FORTIFY_sourcE=2 - I/usr/include/ncursesw -march=x86-64 -mtune=generic -O2 -pipe -U_FORTIFY_sourcE -D_FORTIFY_sourcE=1 Linking: gcc -l. -pipe -fstack-protector -pipe -Wl,--as-needed -o vim.exe -lm -lncursesw -liconv -lacl -lintl -pipe -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector-strong -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -ldl -lcrypt`

cygssp-0.dll错误git / cygwin

由GitBash创build的目录不会出现在Windows资源pipe理器中

我如何在Windows上安装自定义的git命令(如git挂钩)?

如何使用Git存档在Windows上创build一个Tarball?

为什么在我的Windows PC上“git grep”perfoRMANce不稳定?

经过很多努力,我终于得到了python在Windows 10上使用gvim 8.0。秘密是它必须是python版本2.7.0(更高版本可能工作,2.7.13不)。

我也有python 3.6安装使用时,我实际上做Python编程

python 2.7.0不在我的PATH环境变量中,但我怀疑没有关系。

大佬总结

以上是大佬教程为你收集整理的GIT bash在Windows上:VIM找不到Python3全部内容,希望文章能够帮你解决GIT bash在Windows上:VIM找不到Python3所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: