#!/usr/bin/python3

import sys

from virtualenv.__main__ import run_with_catch


if __name__ == "__main__":
    sys.exit(run_with_catch())
