Commit ce17a2f3 authored by Matthias Putz's avatar Matthias Putz

added current executable to call of main.py (so use same python version)

parent 0582a44d
...@@ -714,7 +714,8 @@ def main(orig_args): ...@@ -714,7 +714,8 @@ def main(orig_args):
repo_main = my_main repo_main = my_main
ver_str = '.'.join(map(str, VERSION)) ver_str = '.'.join(map(str, VERSION))
me = [repo_main, me = [sys.executable,
repo_main,
'--repo-dir=%s' % rel_repo_dir, '--repo-dir=%s' % rel_repo_dir,
'--wrapper-version=%s' % ver_str, '--wrapper-version=%s' % ver_str,
'--wrapper-path=%s' % wrapper_path, '--wrapper-path=%s' % wrapper_path,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment