You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/agents/troubleshooter-ama-linux.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ sudo python3 -V
36
36
Multiple versions of Python can be installed and aliased – if multiple versions are installed, use:
37
37
38
38
```Bash
39
-
ls -ls /usr/bing/python*
39
+
ls -ls /usr/bin/python*
40
40
```
41
41
42
42
:::image type="content" source="media/agent-linux/python-multiple-version-check.png" alt-text="Screenshot of command to check multiple versions of Python for Linux." lightbox="media/agent-linux/python-multiple-version-check.png":::
0 commit comments