Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4290094 commit e918b6fCopy full SHA for e918b6f
1 file changed
Lib/distutils/command/install.py
@@ -226,7 +226,7 @@ def finalize_options (self):
226
# about needing recursive variable expansion (shudder).
227
228
py_version = (string.split(sys.version))[0]
229
- prefix = get_config_vars('prefix', 'exec_prefix')
+ (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
230
self.config_vars = {'dist_name': self.distribution.get_name(),
231
'dist_version': self.distribution.get_version(),
232
'dist_fullname': self.distribution.get_fullname(),
0 commit comments