1" Print py3 interface versions for Ubuntu. Part 2. 2 3if 1 4 execute 'source' expand('<sfile>:h') .. '/if_ver-cmd.vim' 5 6 echo 'Python 3:' 7 PrintVer python3 print(sys.version) 8endif 9