Modify

Ticket #278 (new defect)

Opened 5 years ago

Last modified 5 years ago

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

moap-sys-path.diff Download (2.0 KB) - added by anonymous 5 years ago.
moap-sys-path.2.diff Download (454 bytes) - added by anonymous 5 years ago.
patch without rss changes

Change History

Changed 5 years ago by anonymous

Changed 5 years ago by anonymous

patch without rss changes

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 ?

comment:2 Changed 5 years ago by johan@…

thomas: Oh, obviously I didn't read that. :-)

That works, but only if I call the resulting file 'moap-trunk', kind of weird. I like the name 'moap' better.

comment:3 Changed 5 years ago by anonymous

Oh, I was confused. My hack and moap-uninstalled is not the same thing, mine makes it possible to run the default moap launcher script linked from another directory, while moap-uninstalled just sets up the environment.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as new
as The resolution will be set. Next status will be 'closed'
to The owner will be changed from thomas. Next status will be 'new'
The owner will be changed from thomas to anonymous. Next status will be 'assigned'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.