Opened at 2008-06-26T23:46:14Z
Closed at 2015-01-18T20:39:10Z
#479 closed defect (wontfix)
wouldn't it be nice if we could run from source without running 'make' or 'python setup.py build' first?
Reported by: | warner | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | packaging | Version: | 1.1.0 |
Keywords: | usability install | Cc: | |
Launchpad Bug: |
Description (last modified by daira)
this *is* python, after all.
Change History (4)
comment:1 Changed at 2008-08-26T17:07:55Z by cgalvan
comment:2 Changed at 2010-05-19T03:10:36Z by zooko
- Summary changed from wouldn't it be nice if we could run from source without running 'make' first? to wouldn't it be nice if we could run from source without running 'make' or 'python setup.py build' first?
comment:3 Changed at 2010-06-12T23:02:03Z by davidsarah
- Keywords usability install added
comment:4 Changed at 2015-01-18T20:39:10Z by daira
- Description modified (diff)
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Would this be assuming that the install dependencies were already installed? Otherwise you would still need to do 'setup.py build' at least :)