The Artima Developer Community
Sponsored Link

Python Buzz Forum
Single-line setuptools install

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bob Ippolito

Posts: 255
Nickname: etrepum
Registered: Nov, 2003

Bob Ippolito uses MacPython too much
Single-line setuptools install Posted: Jan 17, 2006 6:59 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Bob Ippolito.
Original Post: Single-line setuptools install
Feed Title: Bob's Rants
Feed URL: http://www.pycs.net/bob/weblog/rss.xml
Feed Description: from __future__ import *
Latest Python Buzz Posts
Latest Python Buzz Posts by Bob Ippolito
Latest Posts From Bob's Rants

Advertisement
For those of you just starting out with setuptools, here's a quick way to install it. After running this, you'll have access to easy_install for all of your other installation needs: python -c "import urllib; urllib.main()" \ http://peak.telecommunity.com/dist/ez_setup.py \ ¦ python - -U setuptools Note that this will execute Python code from a remote host without any kind [...]

Read: Single-line setuptools install

Topic: The pragmatic studio Previous Topic   Next Topic Topic: A test post, my first post to planet!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use