aws / aws-lambda-builders

Python library to compile, build & package AWS Lambda functions for several runtimes & framework
Apache License 2.0
333 stars 137 forks source link

fix: remove ld_library_path when running from native executable #602

Closed mndeveci closed 8 months ago

mndeveci commented 8 months ago

Issue #, if available: https://github.com/aws/aws-sam-cli/issues/6481

Description of changes: Removes LD_LIBRARY_PATH from environment variables when running pip commands from PyInstaller native executable. See issue for more details.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.