In ruby the library path is provided in $:, in perl it\'s in @INC - how do you get the list of paths that Python searches for modules when you do a
$:
@INC
import sys sys.path