Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (280 points)
I'm looking forward to installing PIP for python 3.6. I searched for this even on youtube, but there it seems to be outdated. Anyone, please give some suggestion, so that it can be helpful for my project !!

Thank you in advance!

python pip

1 Answer

0 votes
by (26.4k points)

See, pip is packed-up with Python>3.4

If you are using a Windows system, use:-

py -m pip install [Package_to_install]

If you are using a Unix-llike system, use:-

python3.6 -m pip install [Package_to_install]

(In Windows, To write into the python installation directory, you might run the command prompt as an administrator)

Want to learn more about python? Come and join: Python Course

Related questions

0 votes
1 answer
asked Jul 5, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
0 votes
1 answer
0 votes
4 answers
0 votes
1 answer

Browse Categories

...