Something about #!/usr/bin/env python

This '#!/usr/bin/env python' will get you a python run by
>./yourfile.py
instead
>python yourfile.py

but you can
'#!/usr/local/bin/python '
its use a specific python path So it's different from first paragraph

and make your decision between 2 way :)

Comments

Popular posts from this blog

Difference between apt-get update and apt-get dis-upgrade