Quoting Scan Reg <[EMAIL PROTECTED]>: > > If you are compiling python, you can determine where it goes. > > I forgot to ask.....how do we point it at one of our user directories? > > A friend mentioned that it might go like this: > > ./configure --prefix=/home/user/python > make > make install
Seems like it should work. The text "/home/user/python" should be replaced with the path you want to install Python into - somewhere inside your virtual user's home directory most likely, as your friend's example shows. -- Stephen Warren, Software Engineer, Parama Networks, San Jose, CA [EMAIL PROTECTED] http://www.wwwdotorg.org/ _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
