简体   繁体   中英

I don't know how to get Py2app

I'm on Mac OSX 10.10.2. I've tried this once before and got a lot of hate for not being as smart as people assumed I was. I'll say this right now: I don't know anything about Terminal.

I do not have working pip, and I tried following these instructions to install pip, but even though I have get-pip.py sitting right on my desktop, whenever I execute the command it tells me to in terminal, I get an error: "No such file or directory." Can someone walk me through the steps of getting Py2app, and pip if that's necessary? I apologize in advance for my stupidity, and thanks for the help!

Even after I downloaded get-pip.py, it wasn't working because I didn't specify the location. Before executing python get-pip.py , I had to speficy location. So, on the first line of Terminal, type cd ~/Desktop and press enter. Then execute python get-pip.py , and it should work. Did for me!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM