Usage
Description
Thepixi info command provides comprehensive information about:
- System information (platform, virtual packages, cache directories)
- Global pixi configuration (bin directory, environment directory)
- Workspace information (name, version, manifest path)
- Environment details (features, dependencies, platforms, tasks)
Options
Show cache and environment sizes. This may take some time to calculate.
Output in JSON format for programmatic access.
Examples
Basic system information
Show system and workspace information:Extended information with sizes
Show detailed information including directory sizes:JSON output
Get structured output for automation:Information Sections
System
The version of pixi currently installed.
The TLS implementation being used (native-tls or rustls).
The current platform (e.g., linux-64, osx-arm64, win-64).
System virtual packages detected (e.g., __unix, __linux, __glibc, __osx, __cuda).
Location of the rattler cache directory.
Size of the cache directory (only with
--extended).Location of authentication credentials.
Paths to configuration files being used.
Global
Directory where globally installed binaries are stored.
Directory where global environments are stored.
Location of the global manifest file.
Workspace
The workspace name from the manifest.
The workspace version.
Path to the pixi.toml or pyproject.toml.
Last modification time of the lock file.
Environments
Name of the environment.
Features included in this environment.
The solve group this environment belongs to (if any).
Size of the environment directory (only with
--extended).Number of dependencies in the environment.
List of conda dependencies.
List of PyPI dependencies.
Platforms this environment supports.
Full path to the environment directory.
System requirements specified for the environment.
Available tasks in this environment.
Use Cases
Debugging environment issues
Check environment configuration:Checking cache usage
See how much disk space is used:CI/CD integration
Extract information programmatically:Reporting bugs
Include system information when reporting issues:Related Commands
pixi list- List installed packagespixi search- Search for packagespixi clean- Clean cache and environments