简体   繁体   中英

Installing Pyinstaller on Mac OSX

I have been trying to install Pyinstaller on a Mac computer. I am having trouble getting the terminal to execute the setup.py file needed to install it. Whenever I type python setup.py install in the terminal, I receive this error:

python: cant open file 'setup.py': [Errno 2] No such file or directory

I have tried moving the pyinstaller folder to the same folder as my python application and changing the directory that the terminal is acting in using "cd Downloads" or other directories and nothing has worked.

Thanks in advance.

使用更具体的cd命令(例如“ cd Downloads / pyinstaller”)代替“ cd Downloads”即可。

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