I recommend installing the latest version of Anaconda and using virtual environments . That way you would create a Python 3.4 environment.
This is documented here . There are also these docs that describe basically the same approach, but are more specifically aimed at the python2 / 3 issue. (Link mentioned in comments)
, Anaconda (, condas :
conda create
source activate py34
activate py34
(: ) (python, pip, conda) ). , conda install matplotlib 3.4!
:
source activate root
activate root
- conda install matplotlib .