[pypy-svn] pypy documentation-cleanup: kill part about easy_install

cfbolz commits-noreply at bitbucket.org
Sat Apr 30 12:57:20 CEST 2011


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: documentation-cleanup
Changeset: r43795:f3477bfd239b
Date: 2011-04-30 12:55 +0200
http://bitbucket.org/pypy/pypy/changeset/f3477bfd239b/

Log:	kill part about easy_install

diff --git a/pypy/doc/getting-started-python.rst b/pypy/doc/getting-started-python.rst
--- a/pypy/doc/getting-started-python.rst
+++ b/pypy/doc/getting-started-python.rst
@@ -227,11 +227,11 @@
 ``PREFIX/lib_pypy`` can all be found.  The prefixes that are tried are::
 
     .
-    ./lib/pypy1.2
+    ./lib/pypy1.5
     ..
-    ../lib/pypy1.2
+    ../lib/pypy1.5
     ../..
-    ../../lib/pypy-1.2
+    ../../lib/pypy-1.5
     ../../..
     etc.
 
@@ -241,22 +241,6 @@
 most code will be fine.  However, the ``sys.prefix`` will be unset
 and some existing libraries assume that this is never the case.
 
-In order to use ``distutils`` or ``setuptools`` a directory ``PREFIX/site-packages`` needs to be created. Here's an example session setting up and using ``easy_install``::
-
-    $ cd PREFIX
-    $ mkdir site-packages
-    $ curl -sO http://peak.telecommunity.com/dist/ez_setup.py
-    $ bin/pypy-c ez_setup.py
-    ...
-    $ bin/easy_install WebOb
-    $ bin/pypy-c           
-    Python 2.7.0 (61ef2a11b56a, Mar 02 2011, 03:00:11)
-    [PyPy 1.5.0-alpha0 with GCC 4.4.3] on linux2
-    Type "help", "copyright", "credits" or "license" for more information.
-    And now for something completely different: ``PyPy doesn't have copolyvariadic dependently-monomorphed hyperfluxads''
-    >>>> import webob
-    >>>>               
-
 .. _`py.py interpreter`:
 
 Running the Python Interpreter Without Translation


More information about the Pypy-commit mailing list