Pyvenv is actually broken on ubuntu 14, so I use this workaround: sudo python3.4 -m venv --without-pip venv
Ive used sudo pip3 install flask pip3 install flask and they both install to the same place and heres the which commands: (venv) kien1@kien1pv:/var/www/site1/FlaskApp/FlaskApp$ which python /usr/bin/python (venv) kien1@kien1pv:/var/www/site1/FlaskApp/FlaskApp$ which python3 /usr/bin/python3 (venv) kien1@kien1pv:/var/www/site1/FlaskApp/FlaskApp$ which pip /usr/bin/pip (venv) kien1@kien1pv:/var/www/site1/FlaskApp/FlaskApp$ which pip3 /usr/bin/pip3 (venv) kien1@kien1pv:/var/www/site1/FlaskApp/FlaskApp$ -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
