Skip to content

Commit d585ced

Browse files
authored
Update using-virtual-environment.md
1 parent eba4131 commit d585ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/using-virtual-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
5. Optional: Move your nodeenv to a central location and use it between projects:
3131

3232
mv nodeenv/ ~/nodeenv/scadajs-1 # or anywhere you like
33-
echo "export SCADAJS_1_ENV="~/nodeenv/scadajs-1" >> ~/.bashrc
33+
echo 'export SCADAJS_1_ENV="~/nodeenv/scadajs-1"' >> ~/.bashrc
3434

3535
> Next time you can use: `./scada.js/venv`
3636

0 commit comments

Comments
 (0)