Throw error in case the python virtualenv cannot be found

This commit is contained in:
Mario Hüttel 2021-07-17 15:11:36 +02:00
parent 17609a2491
commit 2fa12cda60

View File

@ -61,6 +61,7 @@ if (VIRTUALENV)
) )
message("${BoldGreen}python virtual environment set up!${ColorReset}") message("${BoldGreen}python virtual environment set up!${ColorReset}")
else(VIRTUALENV) else(VIRTUALENV)
message("${BoldRed}Python virtual environment not set up: virtualenv: command not found!${ColorReset}")
endif (VIRTUALENV) endif (VIRTUALENV)