diff --git a/tools/provision b/tools/provision index 609cc71..344eb19 100755 --- a/tools/provision +++ b/tools/provision @@ -40,7 +40,7 @@ the Python version this command is executed with.""" if py_version <= (3, 1) and (not options.force): print(red + "Provision failed: Cannot create venv with outdated Python version ({}).\n" - "Run this script with --force if you want to proceed anyway." + "Maybe try `python3 tools/provision`." .format(py_version_output.strip()) + end_format) sys.exit(1)