Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help keep advice in context #73099

Merged
merged 1 commit into from
May 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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