Valid 300-550 Dumps shared by ExamDiscuss.com for Helping Passing 300-550 Exam! ExamDiscuss.com now offer the newest 300-550 exam dumps, the ExamDiscuss.com 300-550 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 300-550 dumps with Test Engine here:
What is the best way to specify the location of Python within a script?
Correct Answer: B
Explanation/Reference: Explanation: If you have several versions of Python installed, /usr/bin/env will ensure the interpreter used is the first one on your environment's $PATH. The alternative would be to hardcode something like #!/usr/bin/python; that's ok, but less flexible. Reference: http://stackoverflow.com/questions/2429511/why-do-people-write-usr-bin-env-python-on-the-first-line-of-a- python-script