Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Anatoly Orlov
Anatoly Orlov
9,477 Points

npm install using different versions of dependable software (python=python2)

We used npm install with option --python=python2. I found it very convenient, but I didn't find this in npm documentation.

How can I use it for another software, php for example. I have several versions of php on my mac for different projects. Can I specify path to php version, that I need instead of bash command?

Where can I read more about this parameter?