[arch-general] simple trick to make dealing with python 2/3 scripts easier

Damjan gdamjan at gmail.com
Fri Aug 17 18:36:08 EDT 2012


> but which of is going to be executed?
> /usr/bin or /usr/local/bin?

/usr/local/bin is before /usr/bin in your PATH environment variable, so 
the shell will first look there for programs. Check "echo $PATH" to see 
what your path is.

--
дамјан


More information about the arch-general mailing list