Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19690
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!txtfeed1.tudelft.nl!tudelft.nl!txtfeed2.tudelft.nl!amsnews11.chello.com!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <jsf80238@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.011 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'pypi': 0.04; 'python': 0.08; 'setup.py': 0.09; 'subject:package': 0.16; 'subject:pypi': 0.16; 'sudo': 0.16; "system's": 0.16; '3.2': 0.18; 'sender:addr:gmail.com': 0.25; 'message-id:@mail.gmail.com': 0.28; 'assuming': 0.28; 'installed': 0.29; 'tar': 0.30; 'to:addr:python- list': 0.33; 'received:209.85.160.46': 0.35; 'received:mail- pw0-f46.google.com': 0.35; 'install': 0.35; 'received:209.85.160': 0.35; 'to:name:python-list': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.40 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=iWq3ijvc0bA0S0hKK7t8tg7jZRS8YQY6XP87pI9Js88=; b=eLRlUj14iwfS+ITR3blfj8jQP+lECFBC0CMGAIJH/dUPK/7dqB4jgKeeUGmJoC4i+c B0g9a0qWiSVdU3B/lBRzeq3sdARlR9K8/RMVn93lCVMBAYOXKRFAE8X10PUI4FFaMskj zIOartioUEB1p+n/Um1hlwgowUn4Hw6CTkZgs= |
| MIME-Version | 1.0 |
| Sender | jsf80238@gmail.com |
| Date | Wed, 1 Feb 2012 06:04:31 +0000 |
| X-Google-Sender-Auth | 65mhng1LCUa0BKRdUeetUhNz9UY |
| Subject | Installing pypi package twice |
| From | Jason Friedman <jason@powerpull.net> |
| To | python-list <python-list@python.org> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5286.1328076275.27778.python-list@python.org> (permalink) |
| Lines | 10 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1328076275 news.xs4all.nl 6944 [2001:888:2000:d::a6]:47578 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:19690 |
Show key headers only | View raw
My system's default python is 2.6.5. I have also installed python3.2 at /opt/python. I installed a pypi package for 2.6.5 with: $ tar xzf package.tar.gz $ cd package $ python setup.py build $ sudo python setup.py install How can I also install this same package for 3.2? (I am assuming this package works with 3.2 or that I can make it work.)
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Installing pypi package twice Jason Friedman <jason@powerpull.net> - 2012-02-01 06:04 +0000
Re: Installing pypi package twice Hans Mulder <hansmu@xs4all.nl> - 2012-02-01 17:49 +0100
Re: Installing pypi package twice Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-02-01 16:54 +0000
csiph-web