How to Quick-Start With Node.js Virtual Environments on Ubuntu 15.10 Wily 32-64bit Linux+GNU

September 29, 2015 | By the+gnu+linux+evangelist.

Linux Ubuntu Node.js Virtualenv Quick Start

The Tutorial shows you How to Install and Getting-Started Simply with Node.js Virtual Environments Manager for Ubuntu 15.10 Wily Werewolf GNU/Linux.

N is a Simple flavour of node/iojs binary management, no subshells, no profile setup, no convoluted api, just simple.

Node.js Virtualenv Quick Start for Ubuntu 15.10 Wily Linux - Featured
  1. Open a Shell Terminal emulator session
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    Node.js Virtualenv Quick Start for Ubuntu 15.10 Wily - Featured
  2. Check/Install cUrl Package.

    which curl

    To Install curl:

    sudo apt-get install curl

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  3. Install Git.

    sudo apt-get install git
  4. Installing n Node.js Virtualenv manager

    curl -L http://git.io
    -install | bash
  5. Load N Path.

    bash
  6. Installing a Node.js Version.

    n [x.y.z]

    To install the Latest node.js Release:

    n latest

    To list all the node.js available versions:

    n ls
  7. Switching to a Node.js Version
    It is the Same as the Install command:

    n [x.y.z]
  8. For More look at the n Online Documentation

    n Virtualenv Online Docs

QuickChic Theme • Powered by WordPress