Sathan006

Results 1 issues of Sathan006

# -*- coding: utf-8 -*- import time import os import subprocess try: check_pip3 = subprocess.check_output('dpkg -s python3-pip', shell=True) if str('install ok installed') in str(check_pip3): pass except subprocess.CalledProcessError: print('[+] pip3 not...