Skip to content

Commit

Permalink
setup: prepare windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLapous committed Nov 26, 2024
1 parent ef8858e commit c62d5bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import shutil
import site
import platform
import sys

from pathlib import Path
import numpy as np
Expand Down Expand Up @@ -124,7 +125,7 @@ def process_tempita(fromfile):

# When venv is not properly set, we have to add the current python path
# removes lib / python3.x / site-packages
PYTHON_ENV_PATH = site.getsitepackages()[0] + "../../../"
PYTHON_ENV_PATH = sys.prefix

cpp_dirs = [
"multipers/gudhi",
Expand Down

0 comments on commit c62d5bb

Please sign in to comment.