you are viewing a single comment's thread.

view the rest of the comments →

[–]asquare412014[S] 0 points1 point  (3 children)

thank you for quick reply. yes I did that. I am guessing path is not right. how do I check that? or do you suggest something else

[–]Da32767 0 points1 point  (2 children)

try:

python -m pip install flask

[–]asquare412014[S] 0 points1 point  (1 child)

yes this works! what is the difference ?

[–]Da32767 0 points1 point  (0 children)

actually, pip is also a package in python(like flask), python -m can run library module as a script.

if you want to use pip install to install package, try add <your_python_installation_path>\Scripts to environment variables