Sad Tux - Windows bias detected
This page contains Windows bias

About This Page

This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.

Bias Analysis

Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation demonstrates Windows bias by providing explicit instructions and command-line examples only for Windows (e.g., using pip on a Windows 64-bit machine with a Windows path), without mentioning or providing equivalent steps for Linux or macOS environments. There are no Linux or cross-platform examples for downloading packages with dependencies.
Recommendations
  • Include Linux and macOS equivalents for all command-line instructions, such as showing how to use pip on those platforms (e.g., 'pip2.7 download -d <output dir> <package name>').
  • Avoid specifying only 'Windows 64-bit machine'—instead, mention that the process can be performed on any OS with Python 2.7 and pip installed.
  • Provide example commands and file paths for both Windows and Linux/macOS (e.g., C:\... vs /usr/bin/pip2.7).
  • Explicitly state that the instructions are cross-platform where applicable, or call out any platform-specific limitations.
  • Add screenshots or terminal output from Linux/macOS environments where relevant.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean
2025-07-09 23:22 #6 cancelled Clean Clean

Flagged Code Snippets

C:\Python27\Scripts\pip2.7.exe download -d <output dir> <package name>
C:\Python27\Scripts\pip2.7.exe download -d <output dir> <package name>