blob: 83e80e48fff8c59a097a43d1056e641db5801a0f [file] [log] [blame]
Bram Moolenaar23877732020-01-21 22:13:42 +01001" 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