Throw error in case the python virtualenv cannot be found
This commit is contained in:
parent
17609a2491
commit
2fa12cda60
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user