Open rpranshu opened 6 years ago
Input command python setup.py
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
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
You're missing the last part of the command: python setup.py install (don't forget the install part)
python setup.py install
install
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