[pypy-dev] How to add 3rd part libraries to sanboxed environment

Armin Rigo arigo at tunes.org
Mon Feb 13 10:29:15 CET 2012


Hi,

On Mon, Feb 13, 2012 at 04:41, kracekumar ramaraju
<kracethekingmaker at gmail.com> wrote:
> os.getcwd() yields /tmp, so how can I install third party packages in the
> environment, Class package installation will fail I am not wrong.

You are on your own in this custom environment.  Just put the package
you want to install inside the directory that will become '/tmp'.
(That's not really /tmp, but instead the directory you specify wiht
--tmp=DIR.)


A bientôt,

Armin.


More information about the pypy-dev mailing list