Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install orb

How to install orb

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install orb
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.9.4 Available View build log
0.9.2 Available View build log
0.9.1 Available View build log
0.8 Available View build log
0.7.2 Available View build log
0.7 Available View build log
Windows (64-bit)
0.9.4 Available View build log
0.9.2 Available View build log
0.9.1 Available View build log
0.8 Available View build log
0.7.2 Available View build log
0.7 Available View build log
Mac OS X (10.5+)
0.9.4 Available View build log
0.9.2 Available View build log
0.9.1 Available View build log
0.8 Available View build log
0.7.2 Available View build log
0.7 Available View build log
Linux (32-bit)
0.9.4 Available View build log
0.9.2 Available View build log
0.9.1 Available View build log
0.8 Available View build log
0.7.2 Available View build log
0.7 Available View build log
Linux (64-bit)
0.9.4 Available View build log
0.9.2 Available View build log
0.9.1 Available View build log
0.8 Available View build log
0.7.2 Available View build log
0.7 Available View build log
 
Links
Author
License
BSD
Lastest release
version 0.9.4 on May 23rd, 2012

A utility wrapper for pip and virtualenv.

description

A shell script facade for creating virtual python environments via virtualenv and installing packages within the environment via pip.

install

virtualenv must be available, eg. in Ubuntu:

$ sudo apt-get install python-virtualenv

pip need not be available - it is installed every time to a new environment.

To install, use easy_install to install from pypi.python.org:

easy_install -Z orb

or simply copy the orb script from the source distribution, eg.

$ sudo cp orb /usr/local/bin

usage

Create a virtualenv with the command

$ orb init myenv

or

$ orb init2 myenv

to use the latest Python2 as the executable, or

$ orb init3 myenv

to use the latest Python3 as the executable, or

$ orb init?.? myenv

(eg. orb init2.6 or orb init3.2) to specify a particular Python version as the executable.

Note

the various python versions are assumed to be installed and on the user's PATH

This creates a virtualenv called 'myenv' and creates an empty '.orb' file within the virtualenv directory. Subsequent orb commands first search for the '.orb' file and from this file's location the virtualenv's bin directory is known.

To install packages to the env, run the 'orb install' command from within the env directory:

cd myenv
orb install Pygments
orb install BeautifulSoup

which calls 'pip' to do the actual downloading and installation.

If passed a python script, orb will call it using the virtualenv's python

eg. orb setup.py install

and if passed any command expression, orb will temporarily alter the environment (ie. pip's source activate step) before eval-ing the command:

eg. (Django): orb django-admin.py startproject myproj
eg. (Python prompt): orb python
eg. (Sphinx quickstart): orb sphinx-quickstart
eg. (Sphinx build): orb make html
eg. (Arbitrary command) orb ./myshellscript

Other options:

orb ls - list contents of env's site-packages directory orb link - symlink from the virtual env's site-packages to a system package orb download PACKAGE [DEST]

System Message: ERROR/3 (<string>, line 88)

Unexpected indentation.
  • just download package, don't install

Subscribe to package updates

Last updated May 23rd, 2012

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.