diff options
-rw-r--r-- | tools/install_venv.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py index 5010527..1bca03e 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -65,7 +65,6 @@ def main(argv): install.check_dependencies() install.create_virtualenv(no_site_packages=options.no_site_packages) install.install_dependencies() - install.post_process() print_help(venv, root) if __name__ == '__main__': |