provision: Make the source line stand out more.

This commit is contained in:
Tim Abbott 2018-05-29 11:32:45 -07:00
parent 6ca216024f
commit d14a025ff9

View file

@ -99,8 +99,8 @@ the Python version this command is executed with."""
venv_dir,
venv_exec_dir,
'activate')
print('\nNow, run this!:')
print(bold + 'source ' + activate_command + end_format)
print('\nRun the following the enter the virtualenv:\n')
print(bold + ' source ' + activate_command + end_format + "\n")
if __name__ == '__main__':