Do not copy PIO Core Python PATH to the global env

This commit is contained in:
Ivan Kravets
2023-01-30 14:05:15 +02:00
parent 188c65ef7b
commit 097de2be98

View File

@ -102,7 +102,6 @@ class PlatformRunMixin:
for key, value in variables.items():
args.append("%s=%s" % (key.upper(), self.encode_scons_arg(value)))
proc.copy_pythonpath_to_osenv()
# force SCons output to Unicode
os.environ["PYTHONIOENCODING"] = "utf-8"