How to Install python-shell NPM Packages on Ubuntu / Debian

How to Install python-shell software package in NPM Packages

python-shell : Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio. You can installing python-shell npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install python-shell
$ sudo npm install -g python-shell

If want to update the python-shell package execute the command as below,

$ sudo npm update python-shell

Update package globally,

$ npm install -g python-shell

Git clone:

$ sudo  git clone https://github.com/rektide/python-shell.git
$ sudo  npm install -g ./python-shell

python-shell@0.4.0 /usr/lib/node_modules/python-shell

How to remove python-shell package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall python-shell

Basic Information of python-shell NPM Package:

Package Name python-shell
Version 0.4.0
Description Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio
Released Date 2016-03-10T14:05:36.084Z
Published by extrabacon
How to Learn https://www.npmjs.com/package/python-shell/tutorial