provision: Make the source
line stand out more.
This commit is contained in:
parent
6ca216024f
commit
d14a025ff9
|
@ -99,8 +99,8 @@ the Python version this command is executed with."""
|
||||||
venv_dir,
|
venv_dir,
|
||||||
venv_exec_dir,
|
venv_exec_dir,
|
||||||
'activate')
|
'activate')
|
||||||
print('\nNow, run this!:')
|
print('\nRun the following the enter the virtualenv:\n')
|
||||||
print(bold + 'source ' + activate_command + end_format)
|
print(bold + ' source ' + activate_command + end_format + "\n")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in a new issue