pyminifier icon indicating copy to clipboard operation
pyminifier copied to clipboard

Not able to run setup.py in unix system!!

Open rpranshu opened this issue 6 years ago • 1 comments

Error while running Setup.py

Input command python setup.py

Output usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help Error: no commands supplied

I am running OSX ver-- 10.13.2

rpranshu avatar Feb 14 '18 08:02 rpranshu

You're missing the last part of the command: python setup.py install (don't forget the install part)

riskable avatar Feb 21 '18 16:02 riskable