Changes between Version 13 and Version 14 of DjangoAndPyPy
- Timestamp:
- Aug 19, 2008, 4:52:24 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoAndPyPy
v13 v14 35 35 Now copy or link the pypy-c executable to a place that is on your PATH, such as: 36 36 {{{ 37 ln pypy-c /opt/local/bin37 ln -s pypy-c /opt/local/bin 38 38 }}} 39 39 40 40 You should now be able to run pypy-c from any directory. Try it to make sure it works. 41 I twill give you a warning about using compiled-in library path. That is ok. What this means is41 In 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 42 42 that it is using path default that may only work on your machine. 43 43