Skip to content
Advertisement

Tag: npm

npm – “Can’t find Python executable “python”, you can set the PYTHON env variable.”

I’m trying to run the following command: npm install -g bower gulp cordova ionic tsd@next karma-cli protractor node-gyp coffee-script js-beautify typescript npm-check I have installed Python, Visual Studio Express and node-gyp so thought I’d be good to go, however I get the following errors: Regarding the “Can’t find Python executable “python”, you can set the PYTHON env variable.” error, I’m

Python equivalent of npm or rubygems?

I’ve been looking around for a package manager that can be used with python. I want to list project dependencies in a file. For example ruby uses Gemfile where you can use bundle install. How can I achieve this in Python? Answer The pip tool is becoming the standard in equivalent of Ruby’s gems. Like distribute, pip uses the PyPI

Advertisement