Open main menu

Changes

Installation mac

16 bytes removed, 20:17, 8 August 2013
$ locate python | grep '\/python$\|\/python...$' | grep bin | xargs ls -alh
$ which scons
$ locate python scons | grep '\/python$\|\/python...scons$' | grep bin | xargs ls -alh
</source>
The first command updates the locate database, the '''which''' commands show which version of Python and SCons will be executed if '''python''' or '''scons''' are typed at the prompt, and the locate commands will show all installed versions of Python and SCons.
Trusted, Bureaucrats
4,223

edits