6
Come utilizzare una versione diversa di Python durante l'installazione di NPM?
Ho accesso terminale a un VPS con Centos 5.9 e installato Python 2.4.3 predefinito. Ho anche installato Python 2.7.3 tramite questi comandi: (ho usato make altinstallinvece di make install) wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgz tar -xf Python-2.7.3.tgz cd Python-2.7.3 ./configure make make altinstall quindi ho installato node.js dall'origine tramite questi comandi: python2.7 ./configure …