ekalinin/nodeenv

Does not work

Opened this issue · 0 comments

Upon creating a new virtualenv (call it env), if I do:

(env)$ nodeenv -p 
 * Install prebuilt node (22.3.0) ..... done. 

And then try:

(env)$ command -v node
/usr/local/bin/node

The same applies to the 'coffee' command shown in the readme, except actually this just fails entirely for me (coffee installs, but then command isn't found)