Skip to content

Commit a24c1ed

Browse files
Merge pull request #46 from phanletrunghieu/fix/home-in-erdpy-up
fix: HOME env in erdpy-up
2 parents 999856f + 13c1b6f commit a24c1ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erdpy-up.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def run_in_venv(args):
182182
del os.environ["PYTHONHOME"]
183183

184184
process = subprocess.Popen(args, env={
185-
"PATH": os.path.join(get_erdpy_path(), "bin"),
185+
"PATH": os.path.join(get_erdpy_path(), "bin") + ":" + os.environ["PATH"],
186186
"VIRTUAL_ENV": get_erdpy_path()
187187
})
188188

0 commit comments

Comments
 (0)