Skip to content

Commit

Permalink
Help keep advice in context
Browse files Browse the repository at this point in the history
As part of an internal conversation around microsoft/PowerShell-DSC-for-Linux#764 it was suggested that we use python2 on RHEL8 since it was "recommended by Microsoft" in this document. This seems to be a misunderstanding of the context of this fix and goes against the strong preference for python3 in RHEL8. Help clarify that with this trivial improvement.
  • Loading branch information
sbonds authored Mar 31, 2021
1 parent c6c72c3 commit 5ed37d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/azure-monitor/agents/agent-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If you are using an older version of the agent, you must have the Virtual Machin
- Ubuntu, Debian: `apt-get install -y python2`
- SUSE: `zypper install -y python2`

The python2 executable must be aliased to *python*. Following is one method that you can use to set this alias:
Again, only if you are using an older version of the agent, the python2 executable must be aliased to *python*. Following is one method that you can use to set this alias:

1. Run the following command to remove any existing aliases.

Expand Down

0 comments on commit 5ed37d5

Please sign in to comment.