Skip to content

Commit b299112

Browse files
committed
Instruct to run nodeenv executable instead of Python module
1 parent 9f320b5 commit b299112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Finally, install the [Node.js] LTS version into the Python virtual environment
268268
and install all Node.js dependencies:
269269

270270
```
271-
python -m nodeenv -p -n lts
271+
nodeenv -p -n lts
272272
npm install
273273
```
274274

0 commit comments

Comments
 (0)