Ticket #1632 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

INSTALL.TXT errors

Reported by: kjcole Assigned to: anonymous
Priority: normal Milestone: 2.0
Component: TurboGears Version: trunk
Severity: minor Keywords:
Cc:

Description

37 $ python ./pylons/setup.py develop
38 $ python ./tg2/setup.py develop

should be:

37 $ cd pylons-dev/
38 $ python setup.py develop
39 $ cd ../tg2/
40 $ python setup.py develop

Change History

12/19/07 04:58:01 changed by Chris Arndt

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r3838.

12/19/07 13:32:01 changed by kjcole

  • status changed from closed to reopened.
  • resolution deleted.

Still slightly off, I think: When I installed, it needed to be (as shown in my initial bug report):

$ cd pylons-dev/

not

$ cd pylons/

(I'm no expert. That may have changed.)

12/19/07 14:59:10 changed by Chris Arndt

  • status changed from reopened to closed.
  • resolution set to fixed.

No, if you follow the the commands for checkig out Pylons from mercurial as given above in the INSTALL.txt, you get a directory name pylons so the cd pylons is correct.