Commit 33a3942
committed
Fix PEP 668 externally-managed-environment error on macOS
Add --user flag to all pip install commands on macOS to comply with
PEP 668 restrictions in Python 3.12+. This installs sympy to the
user directory instead of system-wide, which is allowed and safe.1 parent a253767 commit 33a3942
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
0 commit comments