Esempio n. 1
0
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)
Esempio n. 2
0
File: pew.py Progetto: alimuldal/pew
def list_pythons_cmd(argv):
    '''List the pythons installed by Pythonz (or all the installable ones)'''
    ListPythons().run(argv)