I have just installed Python 3.4 on Ubuntu 16.04 using the ./configure
, make
, make install
process. I am trying to install Flask, and am having issues using pip
in virtualenv
created with 3.4. Using pip
installs to Python 2.7, pip3
installs to 3.5. Trying any other method produces errors.
How do I invoke pip for Python 3.4.3?