blob: a6fedb56915db863b4c85c8db59dd4be0c98741a [file] [log] [blame]
Bram Moolenaar02113ed2017-08-06 17:06:24 +02001" Print py3 interface version and write the result into if_ver.txt.
2" For Ubuntu. Part 2.
3
4redir! >> if_ver.txt
5if 1
6 echo "\nPython 3:"
7 python3 import sys; print(sys.version)
8 echo "\n"
9endif
10redir END