Roundup Tracker - Issues

Issue 608526

classification
--install-script option not recognized
Type: Severity: normal
Components: Installation Versions:
process
Status: closed rejected
:
: richard : richard
Priority: normal :

Created on 2002-09-12 17:52 by anonymous, last changed 2002-09-12 17:52 by anonymous.

Messages
msg335 Author: [hidden] (anonymous) Date: 2002-09-12 17:52
I tried installing version 0.5.0b1. I cannot install in
/usr/bin, so I used the --install-script option as
described in installation.txt. It didn't work (see
below). Same result with --install-scripts. 

bash-2.05$ python2.1 setup.py
--install-script=/home/jgreene/roundup/scripts
packing up templates in roundup/templates/classic
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: option --install-script not recognized
msg336 Author: [hidden] (richard) Date: 2002-09-12 21:33
Logged In: YES 
user_id=6405

Your command is missing the "install" part of the command.  
Double-check the documentation against your command. 
 
History
Date User Action Args
2002-09-12 17:52:17anonymouscreate