Changes between Version 13 and Version 14 of DjangoAndPyPy


Ignore:
Timestamp:
Aug 19, 2008, 4:52:24 AM (16 years ago)
Author:
arigo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoAndPyPy

    v13 v14  
    3535Now copy or link the pypy-c executable to a place that is on your PATH, such as:
    3636{{{
    37 ln pypy-c /opt/local/bin
     37ln -s pypy-c /opt/local/bin
    3838}}}
    3939
    4040You should now be able to run pypy-c from any directory. Try it to make sure it works.
    41 It will give you a warning about using compiled-in library path. That is ok. What this means is
     41In the example above we made a symlink; if you make a copy instead, the copy will give you a warning about using compiled-in library path. That is ok. What this means is
    4242that it is using path default that may only work on your machine.
    4343
Back to Top