We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f07038 commit 26bb3eaCopy full SHA for 26bb3ea
bin/awslocal
@@ -29,7 +29,7 @@ if os.path.isdir(os.path.join(PARENT_FOLDER, '.venv')):
29
sys.path.insert(0, PARENT_FOLDER)
30
31
# names of additional environment variables to pass to subprocess
32
-ENV_VARS_TO_PASS = ['PATH', 'PYTHONPATH', 'SYSTEMROOT']
+ENV_VARS_TO_PASS = ['PATH', 'PYTHONPATH', 'SYSTEMROOT', 'HOME']
33
34
from localstack_client import config # noqa: E402
35
0 commit comments