Folks,

I've successfully translated pypy 2.0.2 as described here:
http://pypy.org/download.html#building-from-source (which is slightly different from running make).

Now I want to install it in a global location for others to use (it's on a machine shared by many users). The problem is, I've done this before, but I don't remember what I did and I did not write in my notes about translating.

Do I just rename pypy-c to pypy, place it in a bin directory somewhere in the PATH and do the same with site-packages and PYTHONPATH (and corresponding actions to include, lib_pypy and lib-python directories)?

Is there any reason why the makefile does not have an install target, possibly with prefix option (other than lack of interest or time to write it)?

Thanks and sorry for the stupidity of the question :-)

Dav
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to