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 gp.recipe.node

How to install gp.recipe.node

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install gp.recipe.node
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.2
0.10.8.1Never BuiltWhy not?
0.2 Available View build log
0.1 Failed View build log
Windows (64-bit)
0.2
0.10.8.1Never BuiltWhy not?
0.2 Available View build log
0.1 Failed View build log
Mac OS X (10.5+)
0.2
0.10.8.1Never BuiltWhy not?
0.2 Available View build log
0.1 Failed View build log
Linux (32-bit)
0.2
0.10.8.1Never BuiltWhy not?
0.2 Available View build log
0.1 Failed View build log
Linux (64-bit)
0.10.8.1 Available View build log
0.2 Available View build log
0.1 Failed View build log
 
License
ZPL
Lastest release
version 0.10.8.1 on Jan 9th, 2014

Detailed Documentation

Supported options

The recipe supports the following options:

url
url to a node.js archive
version
node.js version. Ignored if url is set. Default to recipe version. Mean that using recipe=gp.recipe.node==0.10.3.X will install node 0.10.3
npms
a list of package to install with npm. You can specify a package version by using npmname@version
scripts
a list of scripts
node-path
a list of extra directory to add to NODE_PATH
Example usage

We'll start by creating a buildout that uses the recipe:

>>> write('buildout.cfg',
... """
... [buildout]
... parts = test1
...
... [test1]
... recipe = gp.recipe.node
... npms = coffee-script less
... scripts = coffee lessc
... """)

Running the buildout gives us:

>>> print 'start', system(buildout)
start...
Installing test1.
...
Generated script '.../bin/lessc'.

Contributors

Gael Pasgrimaud, Author

Change history

0.10.8.1
  • Allow to install only node/npm
0.10.5.1
  • Now use binary distribution on linux and osx by default. Mean that the recipe no longer require gcc and the installation is way much faster.
  • Raise an error if a script does not exist
  • Use package version to get the node.js version to install
0.3
  • Change npm install script location [Ross Pfahler]
0.1
  • Created recipe with ZopeSkel [Gael Pasgrimaud]

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:1

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.