Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages