Node Virtual Environment nodeenvΒΆ

If you are use to working with python virtual environments you may want to have the same experience when working with nodejs. For that you can use the python package nodenv

Install nodeenv python package:

pip install nodeenv

Create new environment:

nodeenv env

Activate new environment:

. env/bin/activate

Comments

comments powered by Disqus