Bram Moolenaar | 2387773 | 2020-01-21 22:13:42 +0100 | [diff] [blame] | 1 | " Print py3 interface versions for Ubuntu. Part 2. |
2 | |||||
3 | if 1 | ||||
4 | execute 'source' expand('<sfile>:h') .. '/if_ver-cmd.vim' | ||||
5 | |||||
6 | echo 'Python 3:' | ||||
7 | PrintVer python3 print(sys.version) | ||||
8 | endif |