forked from platformio/platformio-core
Do not copy PIO Core Python PATH to the global env
This commit is contained in:
@@ -102,7 +102,6 @@ class PlatformRunMixin:
|
|||||||
for key, value in variables.items():
|
for key, value in variables.items():
|
||||||
args.append("%s=%s" % (key.upper(), self.encode_scons_arg(value)))
|
args.append("%s=%s" % (key.upper(), self.encode_scons_arg(value)))
|
||||||
|
|
||||||
proc.copy_pythonpath_to_osenv()
|
|
||||||
# force SCons output to Unicode
|
# force SCons output to Unicode
|
||||||
os.environ["PYTHONIOENCODING"] = "utf-8"
|
os.environ["PYTHONIOENCODING"] = "utf-8"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user