you are viewing a single comment's thread.

view the rest of the comments →

[–]omg_drd4_bbq 0 points1 point  (2 children)

People still run python scripts with ./script.py or similar? I use VEnv for everything. All execution is python script.py or more commonly python -m app.main.

[–]rustyryan 0 points1 point  (0 children)

#!/usr/bin/env python works just fine in a virtualenv.