def list_pythons_cmd(argv): '''List the pythons installed by Pythonz (or all the installable ones)''' try: Path(PATH_PYTHONS).mkdir(parents=True) except OSError: pass ListPythons().run(argv)
def list_pythons_cmd(argv): '''List the pythons installed by Pythonz (or all the installable ones)''' ListPythons().run(argv)