mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
tools: add system check to verify Python versions and Windows Defender status
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
import sys
|
||||
if (sys.version_info > (3, 0)):
|
||||
import subprocess
|
||||
subprocess.run("cmd /c echo hello")
|
Reference in New Issue
Block a user