Skip to content

Instantly share code, notes, and snippets.

@inklesspen
Created January 24, 2013 19:01
Show Gist options
  • Select an option

  • Save inklesspen/4626495 to your computer and use it in GitHub Desktop.

Select an option

Save inklesspen/4626495 to your computer and use it in GitHub Desktop.
installing pyramid 1.4 with easy_install, python 3.3, on OS X 10.8.2
jon@astyanax:~$ cd /tmp
jon@astyanax:/tmp$ mkdir py3test
jon@astyanax:/tmp$ cd py3test/
jon@astyanax:/tmp/py3test$ wget https://raw.github.com/pypa/virtualenv/master/virtualenv.py
--2013-01-24 10:58:54-- https://raw.github.com/pypa/virtualenv/master/virtualenv.py
Resolving raw.github.com... 199.27.75.193
Connecting to raw.github.com|199.27.75.193|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 114330 (112K) [text/plain]
Saving to: ‘virtualenv.py’
100%[======================================>] 114,330 349KB/s in 0.3s
2013-01-24 10:58:55 (349 KB/s) - ‘virtualenv.py’ saved [114330/114330]
jon@astyanax:/tmp/py3test$ ls
virtualenv.py
jon@astyanax:/tmp/py3test$ python3.3 virtualenv.py localpy
Using base prefix '/usr/local/Cellar/python3/3.3.0/Frameworks/Python.framework/Versions/3.3'
New python executable in localpy/bin/python3.3
Also creating executable in localpy/bin/python
Installing distribute.......................................................................................................................................................................................................................................................................................................................................................................................................done.
Installing pip......................done.
jon@astyanax:/tmp/py3test$ source localpy/bin/activate
(localpy)jon@astyanax:/tmp/py3test$ easy_install pyramid
Searching for pyramid
Reading http://pypi.python.org/simple/pyramid/
Reading http://docs.pylonshq.com
Reading http://pylonsproject.org
Reading http://docs.pylonsproject.org
Best match: pyramid 1.4
Downloading http://pypi.python.org/packages/source/p/pyramid/pyramid-1.4.tar.gz#md5=d72b664cf3852570faa44a81eb0e448b
Processing pyramid-1.4.tar.gz
Writing /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-1kisfc/pyramid-1.4/setup.cfg
Running pyramid-1.4/setup.py -q bdist_egg --dist-dir /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-1kisfc/pyramid-1.4/egg-dist-tmp-hgr_my
Adding pyramid 1.4 to easy-install.pth file
Installing pviews script to /private/tmp/py3test/localpy/bin
Installing proutes script to /private/tmp/py3test/localpy/bin
Installing ptweens script to /private/tmp/py3test/localpy/bin
Installing prequest script to /private/tmp/py3test/localpy/bin
Installing pserve script to /private/tmp/py3test/localpy/bin
Installing bfg2pyramid script to /private/tmp/py3test/localpy/bin
Installing pshell script to /private/tmp/py3test/localpy/bin
Installing pcreate script to /private/tmp/py3test/localpy/bin
Installed /private/tmp/py3test/localpy/lib/python3.3/site-packages/pyramid-1.4-py3.3.egg
Processing dependencies for pyramid
Searching for PasteDeploy>=1.5.0
Reading http://pypi.python.org/simple/PasteDeploy/
Reading http://pythonpaste.org/deploy/
Reading http://pythonpaste.org/deploy/paste-deploy.html
Best match: PasteDeploy 1.5.0
Downloading http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-1.5.0.tar.gz#md5=f1a068a0b680493b6eaff3dd7690690f
Processing PasteDeploy-1.5.0.tar.gz
Writing /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-lei27z/PasteDeploy-1.5.0/setup.cfg
Running PasteDeploy-1.5.0/setup.py -q bdist_egg --dist-dir /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-lei27z/PasteDeploy-1.5.0/egg-dist-tmp-q97s7l
Adding PasteDeploy 1.5.0 to easy-install.pth file
Installed /private/tmp/py3test/localpy/lib/python3.3/site-packages/PasteDeploy-1.5.0-py3.3.egg
Searching for translationstring>=0.4
Reading http://pypi.python.org/simple/translationstring/
Reading http://www.repoze.org
Best match: translationstring 1.1
Downloading http://pypi.python.org/packages/source/t/translationstring/translationstring-1.1.tar.gz#md5=0979b46d8f0f852810c8ec4be5c26cf2
Processing translationstring-1.1.tar.gz
Writing /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-cayr0c/translationstring-1.1/setup.cfg
Running translationstring-1.1/setup.py -q bdist_egg --dist-dir /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-cayr0c/translationstring-1.1/egg-dist-tmp-iujcs5
no previously-included directories found matching 'docs/_build'
Adding translationstring 1.1 to easy-install.pth file
Installed /private/tmp/py3test/localpy/lib/python3.3/site-packages/translationstring-1.1-py3.3.egg
Searching for venusian>=1.0a3
Reading http://pypi.python.org/simple/venusian/
Best match: venusian 1.0a7
Downloading http://pypi.python.org/packages/source/v/venusian/venusian-1.0a7.tar.gz#md5=6f67506dd3cf77116f1c01682a6c3f27
Processing venusian-1.0a7.tar.gz
Writing /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-j630xp/venusian-1.0a7/setup.cfg
Running venusian-1.0a7/setup.py -q bdist_egg --dist-dir /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-j630xp/venusian-1.0a7/egg-dist-tmp-2g0w5i
Adding venusian 1.0a7 to easy-install.pth file
Installed /private/tmp/py3test/localpy/lib/python3.3/site-packages/venusian-1.0a7-py3.3.egg
Searching for zope.deprecation>=3.5.0
Reading http://pypi.python.org/simple/zope.deprecation/
Best match: zope.deprecation 4.0.2
Downloading http://pypi.python.org/packages/source/z/zope.deprecation/zope.deprecation-4.0.2.tar.gz#md5=5f8cecce85f2783f9e020f1288e908fd
Processing zope.deprecation-4.0.2.tar.gz
Writing /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-v30g_n/zope.deprecation-4.0.2/setup.cfg
Running zope.deprecation-4.0.2/setup.py -q bdist_egg --dist-dir /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-v30g_n/zope.deprecation-4.0.2/egg-dist-tmp-awqq1n
Adding zope.deprecation 4.0.2 to easy-install.pth file
Installed /private/tmp/py3test/localpy/lib/python3.3/site-packages/zope.deprecation-4.0.2-py3.3.egg
Searching for zope.interface>=3.8.0
Reading http://pypi.python.org/simple/zope.interface/
Best match: zope.interface 4.0.3
Downloading http://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.0.3.tar.gz#md5=1ddd308f2c83703accd1696158c300eb
Processing zope.interface-4.0.3.tar.gz
Writing /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-0_ohs7/zope.interface-4.0.3/setup.cfg
Running zope.interface-4.0.3/setup.py -q bdist_egg --dist-dir /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-0_ohs7/zope.interface-4.0.3/egg-dist-tmp-x1tpst
Adding zope.interface 4.0.3 to easy-install.pth file
Installed /private/tmp/py3test/localpy/lib/python3.3/site-packages/zope.interface-4.0.3-py3.3-macosx-10.8-x86_64.egg
Searching for repoze.lru>=0.4
Reading http://pypi.python.org/simple/repoze.lru/
Best match: repoze.lru 0.6
Downloading http://pypi.python.org/packages/source/r/repoze.lru/repoze.lru-0.6.tar.gz#md5=2c3b64b17a8e18b405f55d46173e14dd
Processing repoze.lru-0.6.tar.gz
Writing /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-ock4ek/repoze.lru-0.6/setup.cfg
Running repoze.lru-0.6/setup.py -q bdist_egg --dist-dir /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-ock4ek/repoze.lru-0.6/egg-dist-tmp-x18c8m
Adding repoze.lru 0.6 to easy-install.pth file
Installed /private/tmp/py3test/localpy/lib/python3.3/site-packages/repoze.lru-0.6-py3.3.egg
Searching for WebOb>=1.2b3
Reading http://pypi.python.org/simple/WebOb/
Reading http://pythonpaste.org/webob/
Best match: WebOb 1.2.3
Downloading http://pypi.python.org/packages/source/W/WebOb/WebOb-1.2.3.tar.gz#md5=11825b7074ba7043e157805e4e6e0f55
Processing WebOb-1.2.3.tar.gz
Writing /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-j57lzg/WebOb-1.2.3/setup.cfg
Running WebOb-1.2.3/setup.py -q bdist_egg --dist-dir /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-j57lzg/WebOb-1.2.3/egg-dist-tmp-a29o9b
no previously-included directories found matching '*.pyc'
no previously-included directories found matching '*.pyo'
Adding WebOb 1.2.3 to easy-install.pth file
Installed /private/tmp/py3test/localpy/lib/python3.3/site-packages/WebOb-1.2.3-py3.3.egg
Searching for Mako>=0.3.6
Reading http://pypi.python.org/simple/Mako/
Reading http://www.makotemplates.org/
Best match: Mako 0.7.3
Downloading http://pypi.python.org/packages/source/M/Mako/Mako-0.7.3.tar.gz#md5=daf7cc50f997533b573f9b40193139a2
Processing Mako-0.7.3.tar.gz
Writing /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-rtqzaf/Mako-0.7.3/setup.cfg
Running Mako-0.7.3/setup.py -q bdist_egg --dist-dir /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-rtqzaf/Mako-0.7.3/egg-dist-tmp-4a1253
warning: no files found matching '*.xml' under directory 'examples'
warning: no files found matching '*.mako' under directory 'examples'
warning: no files found matching 'ez_setup.py'
no previously-included directories found matching 'doc/build/output'
Adding Mako 0.7.3 to easy-install.pth file
Installing mako-render script to /private/tmp/py3test/localpy/bin
Installed /private/tmp/py3test/localpy/lib/python3.3/site-packages/Mako-0.7.3-py3.3.egg
Searching for Chameleon>=1.2.3
Reading http://pypi.python.org/simple/Chameleon/
Reading http://chameleon.repoze.org
Reading http://www.pagetemplates.org/
Best match: Chameleon 2.11
Downloading http://pypi.python.org/packages/source/C/Chameleon/Chameleon-2.11.tar.gz#md5=df72458bf3dd26a744dcff5ad555c34b
Processing Chameleon-2.11.tar.gz
Writing /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-2g5_b3/Chameleon-2.11/setup.cfg
Running Chameleon-2.11/setup.py -q bdist_egg --dist-dir /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-2g5_b3/Chameleon-2.11/egg-dist-tmp-7fwch2
Adding Chameleon 2.11 to easy-install.pth file
Installed /private/tmp/py3test/localpy/lib/python3.3/site-packages/Chameleon-2.11-py3.3.egg
Searching for MarkupSafe>=0.9.2
Reading http://pypi.python.org/simple/MarkupSafe/
Reading http://dev.pocoo.org/
Best match: MarkupSafe 0.15
Downloading http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-0.15.tar.gz#md5=4e7c4d965fe5e033fa2d7bb7746bb186
Processing MarkupSafe-0.15.tar.gz
Writing /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-ghd2dq/MarkupSafe-0.15/setup.cfg
Running MarkupSafe-0.15/setup.py -q bdist_egg --dist-dir /var/folders/7_/v99mt1813498r5wjm_s_xsgm0000gn/T/easy_install-ghd2dq/MarkupSafe-0.15/egg-dist-tmp-fp71_l
Adding MarkupSafe 0.15 to easy-install.pth file
Installed /private/tmp/py3test/localpy/lib/python3.3/site-packages/MarkupSafe-0.15-py3.3-macosx-10.8-x86_64.egg
Finished processing dependencies for pyramid
(localpy)jon@astyanax:/tmp/py3test$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment