Hi,
In message "[ruby-talk:02793] After-the-fact installation questions"
on 00/05/12, Albert Wagner <alwagner / tcac.net> writes:
|I assume that there was a reason for this structure. What should I do
|with the dir/files left behind in ~/tmp? Most specifically
|ruby-1.4.4/ext?
Do you mean you want to tell ruby to search for ~/tmp/ruby-1.4.4/ext?
You can add search path by -I option. You need to add path explicitly
for variety of reasons (security, for example).
I don't know what *.pth does for Python. I'll check them.
matz.