()
| 68 | |
| 69 | |
| 70 | def check_python(): |
| 71 | print("----------Python Info----------") |
| 72 | print("Version :", platform.python_version()) |
| 73 | print("Compiler :", platform.python_compiler()) |
| 74 | print("Build :", platform.python_build()) |
| 75 | print("Arch :", platform.architecture()) |
| 76 | |
| 77 | |
| 78 | def check_pip(): |