We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de27c1b commit 12f31eeCopy full SHA for 12f31ee
1 file changed
tools/install_venv.py
@@ -59,7 +59,6 @@ def main(argv):
59
install.check_dependencies()
60
install.create_virtualenv(no_site_packages=options.no_site_packages)
61
install.install_dependencies()
62
- install.post_process()
63
print_help()
64
65
0 commit comments