Skip to content
/ pyinfo Public

Shell script to display detailed information about your Python environment, including version, interpreter path, installed packages, and more.

License

Notifications You must be signed in to change notification settings

jvrck/pyinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyinfo

Overview

pyinfo is a shell script that provides detailed information about your Python environment, including the current Python version, interpreter path, installed packages, and more.

Requirements

  • MacOS or Linux
  • Bash
  • Python

Installation

Use the install script to install the pyinfo script to your system and make it executable.

curl -s https://raw.githubusercontent.com/jvrck/pyinfo/master/install | sudo bash

Usage

Simply run the pyinfo script to get information about your Python environment.

pyinfo

The script will display:

  • Whether you are in a virtual environment and its path
  • Python version
  • Python interpreter path
  • Python 3 version (if available)
  • Python 3 interpreter path (if available)
  • Installed Python packages
  • Python sys.path
  • Python executable location
  • Detailed Python version info

About

Shell script to display detailed information about your Python environment, including version, interpreter path, installed packages, and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages