We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d585ced commit c2b16b9Copy full SHA for c2b16b9
doc/using-virtual-environment.md
@@ -30,7 +30,7 @@
30
5. Optional: Move your nodeenv to a central location and use it between projects:
31
32
mv nodeenv/ ~/nodeenv/scadajs-1 # or anywhere you like
33
- echo 'export SCADAJS_1_ENV="~/nodeenv/scadajs-1"' >> ~/.bashrc
+ echo 'export SCADAJS_1_ENV="$HOME/nodeenv/scadajs-1"' >> ~/.bashrc
34
35
> Next time you can use: `./scada.js/venv`
36
0 commit comments