Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
juliusgeo
on Oct 12, 2022
|
parent
|
context
|
favorite
| on:
Python dependency management difficulty is an unhe...
When using pyenv, I find it useful to install like this to make sure you’re getting a framework build (some libraries are incompatible with non framework builds)
PYTHON_CONFIGURE_OPTS=“--enable-framework” pyenv install 3.7
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
PYTHON_CONFIGURE_OPTS=“--enable-framework” pyenv install 3.7