From d14a025ff9aa317b09dcbbbff80380e5a44d8d6b Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 29 May 2018 11:32:45 -0700 Subject: [PATCH] provision: Make the `source` line stand out more. --- tools/provision | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/provision b/tools/provision index 5a3a87d..496e3d3 100755 --- a/tools/provision +++ b/tools/provision @@ -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__':