Addon Manager: Fix call to get home_dir for pip
This commit is contained in:
committed by
Chris Hennes
parent
61b95ac6cd
commit
d480b83eea
@@ -587,7 +587,7 @@ def create_pip_call(args: List[str]) -> List[str]:
|
||||
call_args = ["pip", "--disable-pip-version-check"]
|
||||
call_args.extend(args)
|
||||
elif appimage:
|
||||
python_exe = fci.DataPaths.home_dir + "bin/python"
|
||||
python_exe = fci.DataPaths().home_dir + "bin/python"
|
||||
call_args = [python_exe, "-m", "pip", "--disable-pip-version-check"]
|
||||
call_args.extend(args)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user