provision: Fix a typo in virtualenv instruction.
This commit is contained in:
parent
731eb23c9a
commit
f253819a58
|
@ -118,7 +118,7 @@ the Python version this command is executed with."""
|
||||||
venv_dir,
|
venv_dir,
|
||||||
venv_exec_dir,
|
venv_exec_dir,
|
||||||
'activate')
|
'activate')
|
||||||
print('\nRun the following the enter the virtualenv:\n')
|
print('\nRun the following to enter into the virtualenv:\n')
|
||||||
print(bold + ' source ' + activate_command + end_format + "\n")
|
print(bold + ' source ' + activate_command + end_format + "\n")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue