Python Forum
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip - how to use it?
#3
(Jun-30-2017, 06:05 AM)amgp Wrote: At the start of chapter 2 i was told to type in: $pip --version and also $pip install cocos2d
I tried entering both of those commands in Python IDLE, and in the various Python folders using windows command prompt.
In all cases I met with failure.
first of all you dont put that command in the python. And IDLE is just a fancy text editor. You put that command into the system command prompt. Second of all the $ symbol is a prompt and is not part of the command.

Quote:In all cases I met with failure.
More info. Exactly what was failed? How? What did you input? What did that output? Make sure to follow snippsat's linked tutorial thats shows that python is in the PATH and pip is installed. After that, just type into your command prompt
pip install cocos2d
Recommended Tutorials:
Reply


Messages In This Thread
pip - how to use it? - by amgp - Jun-30-2017, 06:05 AM
RE: pip - how to use it? - by snippsat - Jun-30-2017, 12:16 PM
RE: pip - how to use it? - by metulburr - Jun-30-2017, 01:27 PM
RE: pip - how to use it? - by sparkz_alot - Jun-30-2017, 02:03 PM
RE: pip - how to use it? - by metulburr - Jun-30-2017, 04:06 PM
RE: pip - how to use it? - by sparkz_alot - Jun-30-2017, 06:50 PM
RE: pip - how to use it? - by Larz60+ - Jun-30-2017, 06:52 PM
RE: pip - how to use it? - by snippsat - Jun-30-2017, 08:17 PM
RE: pip - how to use it? - by sparkz_alot - Jun-30-2017, 08:50 PM
RE: pip - how to use it? - by Larz60+ - Jul-01-2017, 01:20 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020