Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to check if python has been added to path

To see if Python is already added to the Windows PATH, 
open the terminal and type python --version, 
then hit the Enter key. 

If the command returns the currently installed version of Python, 
it means you have successfully added it to the Windows PATH.
 
PREVIOUS NEXT
Tagged: #check #python #added #path
ADD COMMENT
Topic
Name
8+3 =