Skip to content

Commit 13c1b6f

Browse files
committed
fix: HOME env in erdpy-up
1 parent 5c182ec commit 13c1b6f

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)