Celeb Glow
updates | April 01, 2026

How can I install python3-dev locally?

I installed anaconda3 locally and I want to install python3-dev. How can I install python3-dev from source locally without root permission?

1 Answer

If you use Anaconda, your python3-dev equivalent is already installed in $CONDA_PREFIX/lib/pythonX.Y where X.Y is the python version (example, 3.6).

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy