Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26628
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feed.xsnews.nl!border-3.ams.xsnews.nl!xlned.com!feeder7.xlned.com!news2.euro.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <mal@egenix.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'europython': 0.04; 'lemburg': 0.04; 'binary': 0.05; 'amtsgericht': 0.07; 'dependency': 0.07; 'germany.': 0.07; 'hrb': 0.07; 'marc-andre': 0.07; 'url:products': 0.07; 'python': 0.09; 'internally': 0.09; 'python/zope': 0.09; 'runtime': 0.09; 'aug': 0.13; '(but': 0.15; 'options.': 0.15; '(#1,': 0.16; '--help': 0.16; '46611': 0.16; ':::': 0.16; '::::': 0.16; 'd-40764': 0.16; 'dipl.-math.': 0.16; 'duesseldorf:': 0.16; 'egenix.com': 0.16; 'from:addr:egenix.com': 0.16; 'from:addr:mal': 0.16; 'from:name:m.-a. lemburg': 0.16; 'langenfeld,': 0.16; 'message-id:@egenix.com': 0.16; 'mxdatetime,': 0.16; 'mxodbc,': 0.16; 'mxtexttools': 0.16; 'received:87.106.215': 0.16; 'received:87.106.215.82': 0.16; 'received:egenix.com': 0.16; 'received:mail.egenix.com': 0.16; 'subject:install': 0.16; 'to:name:python list': 0.16; 'url:egenix': 0.16; 'directory.': 0.17; 'thanks,': 0.18; '>>>': 0.18; 'gmbh': 0.20; 'germany': 0.21; 'default,': 0.22; 'lets': 0.22; 'installation': 0.23; 'skip:_ 70': 0.23; "haven't": 0.23; 'installed': 0.23; "we'd": 0.24; 'script': 0.24; 'header:User- Agent:1': 0.26; 'leave': 0.26; 'environment.': 0.27; 'interface': 0.27; 'regular': 0.27; 'source': 0.29; 'install': 0.29; "we're": 0.30; 'distribute': 0.30; 'feedback': 0.30; 'url:python': 0.32; 'running': 0.32; 'url:zope': 0.33; 'to:addr:python-list': 0.33; 'version': 0.34; 'server': 0.35; 'list': 0.35; 'compared': 0.35; 'dir': 0.35; 'open': 0.35; 'software,': 0.35; 'possible': 0.37; 'registered': 0.38; 'to:addr:python.org': 0.39; 'release': 0.39; 'hello,': 0.39; 'days': 0.60; 'easy': 0.60; 'free': 0.61; 'provide': 0.62; 'services': 0.64; 'our': 0.65; 'st.': 0.66; 'brand': 0.78 |
| Date | Mon, 06 Aug 2012 18:06:52 +0200 |
| From | "M.-A. Lemburg" <mal@egenix.com> |
| Organization | eGenix.com Software GmbH; http://www.egenix.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120615 Firefox/13.0.1 SeaMonkey/2.10.1 |
| MIME-Version | 1.0 |
| To | Python List <python-list@python.org> |
| Subject | Script to easily install eGenix PyRun in a target directory |
| X-Enigmail-Version | 1.4.2 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 7bit |
| X-AV-Checked | Email content ClamAV checked on mail.egenix.com |
| 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.3013.1344269223.4697.python-list@python.org> (permalink) |
| Lines | 58 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1344269223 news.xs4all.nl 6910 [2001:888:2000:d::a6]:39927 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:26628 |
Show key headers only | View raw
Hello,
in case you haven't heard of eGenix PyRun yet, this is a new simple
to install Python runtime that can be used independently of a system
installed Python version and is very small compared to a regular
Python installation.
See http://www.egenix.com/products/python/PyRun/ for details.
We're using this runtime in our mxODBC Connect Server product and
also internally as virtualenv replacement. At EuroPython we've
release it as open source product.
To make it easy to install eGenix PyRun, we've now added a script
to our download server which lets you install PyRun just as easy
as virtualenv (but without its dependency on a possible system
installation of Python):
https://downloads.egenix.com/python/install-pyrun
Per default, the script will download the PyRun binary for the target
platform and install distribute as well as pip in the given target
directory.
Usage is simple:
install-pyrun targetdir
Try install-pyrun --help for a list of options.
Running the script will leave you with a targetdir setup with bin/,
lib/ and include/ dir as runtime environment. You can then immediately
start using PyRun via bin/pyrun or install additional software using
bin/pip.
The installation script is brand new and we'd appreciate any feedback
you can provide to enhance it.
Thanks,
--
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Source (#1, Aug 06 2012)
>>> Python/Zope Consulting and Support ... http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
________________________________________________________________________
2012-08-25: FrOSCon, St. Augustin, Germany ... 19 days to go
::: Try our new mxODBC.Connect Python Database Interface for free ! ::::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
Registered at Amtsgericht Duesseldorf: HRB 46611
http://www.egenix.com/company/contact/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Script to easily install eGenix PyRun in a target directory "M.-A. Lemburg" <mal@egenix.com> - 2012-08-06 18:06 +0200
csiph-web