Modify ↓
Ticket #278 (new defect)
Linking moap to a checkout without installing or modifying PYTHONPATH should work
| Reported by: | johan@… | Owned by: | thomas |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | moap | Version: | TRUNK |
| Keywords: | Cc: |
Description
I'd like the use case to work where you don't need to install moap, just linking it to the checkout and running it.
Eg, I have this workflow:
mkdir devel cd devel svn co http://thomas.apestaart.org/moap/svn/trunk moap cd moap ./autogen.sh make cd ~/bin ln -s ~/devel/moap/bin/moap ~/bin/moap
It's currently not working, but I will attach a patch which makes it work.
Attachments
Change History
comment:1 Changed 5 years ago by thomas
How is this different from what's described in the README, which is what works and sounds exactly like what you claim doesn't work ?
Note: See
TracTickets for help on using
tickets.

