python: use base instead of prefix in python/package.py
This commit is contained in:
parent
2b69746e8a
commit
0d981a012d
1 changed files with 1 additions and 1 deletions
|
@ -1017,7 +1017,7 @@ def home(self):
|
|||
``packages.yaml`` unknowingly. Query the python executable to
|
||||
determine exactly where it is installed.
|
||||
"""
|
||||
return Prefix(self.config_vars["prefix"])
|
||||
return Prefix(self.config_vars["base"])
|
||||
|
||||
def find_library(self, library):
|
||||
# Spack installs libraries into lib, except on openSUSE where it installs them
|
||||
|
|
Loading…
Reference in a new issue