Throw error in case the python virtualenv cannot be found
This commit is contained in:
@@ -61,6 +61,7 @@ if (VIRTUALENV)
|
||||
)
|
||||
message("${BoldGreen}python virtual environment set up!${ColorReset}")
|
||||
else(VIRTUALENV)
|
||||
message("${BoldRed}Python virtual environment not set up: virtualenv: command not found!${ColorReset}")
|
||||
endif (VIRTUALENV)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user