Skip to content

Commit a5e4c8f

Browse files
author
Matthias Koeppe
committed
pkgs/sage-conf_conda/setup.py: Use --enable-system-sitepackages
1 parent 5af6f07 commit a5e4c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/sage-conf_conda/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def run(self):
2929
'See https://doc.sagemath.org/html/en/installation/conda.html on how to get started.')
3030

3131
cmd = f"cd {SAGE_ROOT} && ./configure --enable-build-as-root --with-system-python3=force --disable-notebook --disable-sagelib --disable-sage_conf --disable-doc"
32-
cmd += ' --with-python=$CONDA_PREFIX/bin/python --prefix="$CONDA_PREFIX"'
32+
cmd += ' --with-python=$CONDA_PREFIX/bin/python --prefix="$CONDA_PREFIX" --enable-system-site-packages'
3333
cmd += ' $(for pkg in $(PATH="build/bin:$PATH" build/bin/sage-package list :standard: --exclude rpy2 --has-file spkg-configure.m4 --has-file distros/conda.txt --exclude-dependencies); do echo --with-system-$pkg=force; done)'
3434
print(f"Running {cmd}")
3535
sys.stdout.flush()

0 commit comments

Comments
 (0)