Node Virtual Environment nodeenvΒΆ

Install nodeenv python package

pip install nodeenv

Create new environment:

nodeenv env

Activate new environment:

. env/bin/activate

Comments

comments powered by Disqus