Skip to content

Commit 26bb3ea

Browse files
authored
pass HOME env variable to subprocess for use with asdf (#63)
1 parent 9f07038 commit 26bb3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/awslocal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if os.path.isdir(os.path.join(PARENT_FOLDER, '.venv')):
2929
sys.path.insert(0, PARENT_FOLDER)
3030

3131
# names of additional environment variables to pass to subprocess
32-
ENV_VARS_TO_PASS = ['PATH', 'PYTHONPATH', 'SYSTEMROOT']
32+
ENV_VARS_TO_PASS = ['PATH', 'PYTHONPATH', 'SYSTEMROOT', 'HOME']
3333

3434
from localstack_client import config # noqa: E402
3535

0 commit comments

Comments
 (0)