This is an automated email from the ASF dual-hosted git repository.

arvindsh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git


The following commit(s) were added to refs/heads/master by this push:
     new d5f3e03  Fix capitalization in ubuntu tips doc (#326)
d5f3e03 is described below

commit d5f3e0351dc111d2b261e655d3fe4483bf3ae5c0
Author: Arvind Shyamsundar <[email protected]>
AuthorDate: Wed Mar 4 21:32:21 2020 -0800

    Fix capitalization in ubuntu tips doc (#326)
    
    * Fix capitalization in ubuntu tips doc
    
    * add info about virtual env
---
 docs/azure-ubuntu-1804.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/azure-ubuntu-1804.md b/docs/azure-ubuntu-1804.md
index dcdebce..5921511 100644
--- a/docs/azure-ubuntu-1804.md
+++ b/docs/azure-ubuntu-1804.md
@@ -6,7 +6,7 @@ wish to run Muchos under Ubuntu 18.04 and have it set up an 
Azure cluster, then
 the following steps can get you on your way.
 
 ```bash
-# Install azure cli.  See the Azure documentation.
+# Install Azure CLI.  See the Azure documentation.
 # 
https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-apt?view=azure-cli-latest
 
 # Install Ansible Azure for Python 3.  The main reason these tips were written
@@ -17,3 +17,7 @@ sudo apt install python3-pip
 sudo pip3 install ansible[azure]
 ```
 
+A virtual python environment is not needed in Ubuntu.  The instructions that
+mention that are targeted for Centos 7.  The version of Python 3 and pip3 that
+ship with Ubuntu 18.04 suffice.
+

Reply via email to