Merge "Fix to use "." to source script files"
This commit is contained in:
@@ -55,7 +55,7 @@ fill partially typed commands. To use this feature, source the below file
|
|||||||
https://git.openstack.org/cgit/openstack/python-watcherclient/tree/tools/watcher.bash_completion)
|
https://git.openstack.org/cgit/openstack/python-watcherclient/tree/tools/watcher.bash_completion)
|
||||||
to your terminal and then bash completion should work::
|
to your terminal and then bash completion should work::
|
||||||
|
|
||||||
$ source watcher.bash_completion
|
$ . watcher.bash_completion
|
||||||
|
|
||||||
To avoid doing this every time, add this to your ``.bashrc`` or copy the
|
To avoid doing this every time, add this to your ``.bashrc`` or copy the
|
||||||
watcher.bash_completion file to the default bash completion scripts directory
|
watcher.bash_completion file to the default bash completion scripts directory
|
||||||
|
@@ -26,7 +26,7 @@ You need to install virtualenv, create a virtual environment and activate it::
|
|||||||
|
|
||||||
$ pip install virtualenv
|
$ pip install virtualenv
|
||||||
$ virtualenv watcher-env
|
$ virtualenv watcher-env
|
||||||
$ source watcher-env/bin/activate
|
$ . watcher-env/bin/activate
|
||||||
|
|
||||||
Then, to install Tempest you can issue the following commands::
|
Then, to install Tempest you can issue the following commands::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user