What does the 'shebang' line '#!/usr/bin/env python3' at the top of a script do?
-
A
Imports the Python standard library
-
B
Tells the OS to execute the script using the python3 interpreter found in PATH
-
C
Sets the script's file permissions to executable
-
D
Defines environment variables for the script