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}")
 | 
						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)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user