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).