Using a non-default Python installation

From gem5
Revision as of 05:49, 29 August 2006 by Stever (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

You can use a non-default installation of the Python interpreter by either (1) rearranging your PATH so that scons finds the non-default 'python' first or (2) explicitly invoking an alternative interpreter on the scons script, e.g., "/usr/local/bin/python2.4 `which scons` [args]".