Expand description
Utility constants and functions for platform-specific Python venv path handling
This module provides compile-time constants for directories and files that differ between Windows and Unix-like systems in Python virtual environments.
Constants§
- PYTHON_
LIB_ DIR - The name of the library directory in a Python venv (e.g., “Lib” on Windows, “lib” on Unix)