Many Python scripts I see start with the shebang line

#!/usr/bin/env python

What is the difference from using just

#!python

Regards,
Adriano.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to