From 14738704ede6dfa6ac79f362a9c1f7f40f470cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Mon, 11 Sep 2017 17:47:17 -0500 Subject: rename mvc at lvc --- run-windows.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'run-windows.sh') diff --git a/run-windows.sh b/run-windows.sh index 728a876..8531708 100755 --- a/run-windows.sh +++ b/run-windows.sh @@ -1,12 +1,12 @@ #!/bin/sh -if [ ! -e mvc-env ] ; then +if [ ! -e lvc-env ] ; then echo "LVC virtualenv is not present. Run " echo - echo " python helperscripts/windows-virtualenv/ mvc-env" + echo " python helperscripts/windows-virtualenv/ lvc-env" echo echo "to build it" exit 1 fi -mvc-env/Scripts/python.exe setup.py py2exe && ./dist/mvcdebug.exe +lvc-env/Scripts/python.exe setup.py py2exe && ./dist/lvcdebug.exe -- cgit v1.2.3