How To Check Your Python Version In Microsoft Windows
To Check The Python Version 2
- open Command Prompt.
- type python –-version
or
type python –V
( must be V in capital text ) - press Enter on keyboard.
To Check The Python Version 3
- open Command Prompt.
- type python3 --version
or
type python –V
( must be V in capital text ) - press Enter on keyboard.
To Check PIP Version
PIP is package management tool in Python.
- open Command Prompt.
- 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
- 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
Tidak ada komentar:
Posting Komentar