[Scons-dev] scons development speedup
Neal Becker
ndbecker2 at gmail.com
Thu Sep 5 07:09:53 EDT 2013
I will start an effort to work on porting to python3.3. I have one question on
how to speed up the edit/test cycle.
Right now, I might do
python setup.py install --user
Now I can test scons, edit files installed (into .local/lib/python3.3/site-
packages...).
But how can I avoid having to then manually sync the edits back into the scons
source directory for another round of python setup.py install --user? Or at
least, some way to automate the syncing of changes back to the source dir.
More information about the Scons-dev
mailing list