Fix typo in previous commit.
This commit is contained in:
parent
40b1247b84
commit
b41523216f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def main():
|
||||||
prefix = None
|
prefix = None
|
||||||
for p in sys.path:
|
for p in sys.path:
|
||||||
if p.startswith(path):
|
if p.startswith(path):
|
||||||
prefix = path
|
prefix = python_prefix
|
||||||
break
|
break
|
||||||
if not prefix:
|
if not prefix:
|
||||||
prefix = site.PREFIXES[-1]
|
prefix = site.PREFIXES[-1]
|
||||||
|
|
Loading…
Add table
Reference in a new issue