So, I know how to actually install flask, via pip install Flask
But, I'm running a virtualenv with python3.4. The problem is, Flask is in fact installed. The problem is though, it is installed for python2.7 and not python3.4 .
I did run this command with the virtualenv activated via source bin/activate , but it seems to install it for python2.7 even though a virtualenv running python3.4 is activated.
How do I fix this? im pulling my hair out over this.
Thanks
pip3,pip3.4?pip3andpip3.4to install forpython3.4python3.4 -m pip install Flask?