environment : simplified modification of the environment
This commit is contained in:
@@ -98,6 +98,7 @@ def environment_modifications(self, extension_spec):
|
||||
if d.package.extends(self.spec):
|
||||
python_paths.append(os.path.join(d.prefix, self.site_packages_dir))
|
||||
env.set_env['PYTHONPATH'] = ':'.join(python_paths)
|
||||
return env
|
||||
|
||||
def module_modifications(self, module, spec, ext_spec):
|
||||
"""Called before python modules' install() methods.
|
||||
|
Reference in New Issue
Block a user