seanfisk / dotfiles

Configuration files for my shells and other software
4 stars 0 forks source link

'p distclean configure clean configure' doesn't work #1

Closed seanfisk closed 9 years ago

seanfisk commented 9 years ago

It's because pylint is within pyenv, and after clean has run, the new paths are written to the Waf process' environment.

seanfisk commented 9 years ago

The 'generated environment' should probably be a context variable, even though that makes many things annoying.