Open peekxc opened 5 months ago
Upon creating a new virtualenv (call it env), if I do:
env
(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)
Congrats for using a very useful but title ;)
Upon creating a new virtualenv (call it
env
), if I do:And then try:
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)