在python文件开头指定python版本,windows下也可用(文件关联使用py.exe打开)

1
2
3
#! /usr/bin/env python3

#! /usr/bin/env python2

参考

  1. http://www.zhihu.com/question/22846291
  2. https://docs.python.org/3/using/windows.html#python-launcher-for-windows

留言

2015-07-08