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: build requirements.txt pointing to private repository #581

Closed sidhujus closed 9 months ago

sidhujus commented 9 months ago

Issue #, if available:

253

Description of changes: Instead of relying on what is returned by sys.executable always use the version of python that has pip to execute the command

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