示例#1
0
def history():
    print '\n'*2
    #print 'The script will install some Astronomical Software automaticlly'
    #print terminalColor.RED
    print terminalColor.BLINK_GREEN_TEXT_WHITE_BACKGROUND
    print '>>> Now this script will support the following OS and software',
    print terminalColor.NONE
    print support_os.show_support_os()
示例#2
0
def history():
    print '\n' * 2
    #print 'The script will install some Astronomical Software automaticlly'
    #print terminalColor.RED
    print terminalColor.BLINK_GREEN_TEXT_WHITE_BACKGROUND
    print '>>> Now this script will support the following OS and software',
    print terminalColor.NONE
    print support_os.show_support_os()
示例#3
0
        print 'But I am not sure it will work'
        print '#'*75
        print terminalColor.NONE
        sys.exit()

if __name__ == '__main__':
#    history.history()
#    time.sleep(delay)
#    check()
    createDir.createDir()

    print terminalColor.BLINK_GREEN_TEXT_WHITE_BACKGROUND
    print '>>> Now this script will support the following OS and software',
    print terminalColor.NONE

    support_os.show_support_os()

    print terminalColor.BLINK_GREEN_TEXT_WHITE_BACKGROUND
    print '>>> First check if you have install the dependency software',
    print terminalColor.NONE

    preUbuntu.preUbuntu()

    print terminalColor.BLINK_GREEN_TEXT_WHITE_BACKGROUND
    print '>>> Now this installation will start in %d seconds' % delay,
    print terminalColor.NONE

    time.sleep(delay)

    pgplot.install_pgplot()
    print '==  Going to install calceph  ==='