Senin, 27 Maret 2023

How To Check Your Python Version

How To Check Your Python Version In Microsoft Windows

How To Check Your Python Version

To Check The Python Version 2

  1. open Command Prompt.
  2. type  python –-version
    or
    type python –V
    ( must be V in capital text )
  3. press Enter on keyboard.

To Check The Python Version 3

  1. open Command Prompt.
  2. type python3 --version
    or
    type python –V
    ( must be V in capital text )
  3. press Enter on keyboard.

To Check PIP Version

PIP is package management tool in Python.

  1. open Command Prompt.
  2. type :
    • python -m pip show pip
      or
    • python -m pip --version
      or
    • pip -V
      ( must be V in capital text )
      or
    • pip --version
      or
    • pip3 --version
      to check PIP on Python 3
      or
    • pip3 -V
      to check PIP on Python 3
      or
    • pip list
  3. press Enter on keyboard.

Bibilography:

Master Python by Abhishek Singh;Python from the Very Beginning by John Whitington;Python Dash: Build Data Analysis and Visualization Apps with Plotly by Adam Schroeder, et. al.;Python Phrasebook by Brad Dayley;Python 3 Standard Library by Doug Hellman;Intuitive Python: Productive Development For Projects That Last by David Muller

command line, terminal, bash shell, installation, install

Related Post:

Tidak ada komentar:

Posting Komentar