Install node.js into your virtualenv
Project description
virtual-node
============
This package is a wrapper around the `nose.js`_ sources and provides a
convenient way to install it directly into your ``virtualenv`` instead
of globally. I created this package to play around with a simple
installation for Django projects that us `django-compressor`_'s
precompiler to generate CSS from `less`_ files.
The install routine used in ``setup.py`` is adapted from the
`nodeenv`_ package provided by Eugene Kalinin. The difference is that I want
to install node.js into an existing ``virtualenv`` instead of creating
a specific environment for node.
I am using this in combination with `virtual-less`_ which installs the
``lessc`` commandline tool into a virtual environment.
.. _`less`: http://lesscss.org
.. _`node.js`: http://nodejs.org/
.. _`virtual-less`: http://github.com/elbaschid/virtual-less
.. _`django-compressor`: https://github.com/jezdez/django_compressor
Installation
------------
Installing the ``node`` into your virtual environment is as easy as::
$ pip install virtual-node
that should be it. You should now be able to run ``node`` from within
your virtual environment even if you have it globally installed. You
can make sure that this is the case::
$ which node
/home/elbaschid/.virtualenvs/lessc-test/bin/node
Issues & Contributions
----------------------
Please let me know if you have any issues, please raise an issue
here on the github project.
If you want to contribute, fork this repository and open a pull
request with your changes. I'd be happy to include them.
License
-------
Oscar is released under the permissive `New BSD license`_.
.. _`New BSD license`: https://github.com/elbaschid/virtual-less/blob/master/LICENSE
============
This package is a wrapper around the `nose.js`_ sources and provides a
convenient way to install it directly into your ``virtualenv`` instead
of globally. I created this package to play around with a simple
installation for Django projects that us `django-compressor`_'s
precompiler to generate CSS from `less`_ files.
The install routine used in ``setup.py`` is adapted from the
`nodeenv`_ package provided by Eugene Kalinin. The difference is that I want
to install node.js into an existing ``virtualenv`` instead of creating
a specific environment for node.
I am using this in combination with `virtual-less`_ which installs the
``lessc`` commandline tool into a virtual environment.
.. _`less`: http://lesscss.org
.. _`node.js`: http://nodejs.org/
.. _`virtual-less`: http://github.com/elbaschid/virtual-less
.. _`django-compressor`: https://github.com/jezdez/django_compressor
Installation
------------
Installing the ``node`` into your virtual environment is as easy as::
$ pip install virtual-node
that should be it. You should now be able to run ``node`` from within
your virtual environment even if you have it globally installed. You
can make sure that this is the case::
$ which node
/home/elbaschid/.virtualenvs/lessc-test/bin/node
Issues & Contributions
----------------------
Please let me know if you have any issues, please raise an issue
here on the github project.
If you want to contribute, fork this repository and open a pull
request with your changes. I'd be happy to include them.
License
-------
Oscar is released under the permissive `New BSD license`_.
.. _`New BSD license`: https://github.com/elbaschid/virtual-less/blob/master/LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
virtual-node-0.0.1a.tar.gz
(3.0 kB
view details)
File details
Details for the file virtual-node-0.0.1a.tar.gz
.
File metadata
- Download URL: virtual-node-0.0.1a.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe01f96369fa5af92a346d13e31708bc85e2cf966132106b662eeb3b5626717e |
|
MD5 | 4029ff645737618266c45bf7d8e25d2c |
|
BLAKE2b-256 | 48ff3997a3093af4f5c54add97931adc1899cd31c2d4e4fb08486440fd32402c |