World's Best AI Learning Platform with profoundly Demanding Certification Programs
Designed by IITians, only for AI Learners.
Designed by IITians, only for AI Learners.
New to InsideAIML? Create an account
Employer? Create an account
Download our e-book of Introduction To Python
4.5 (1,292 Ratings)
559 Learners
Jigisha Sata
a year ago
run ./configure script
make
make install
setx path "%path%;c:\directoryPath"
$python # Unix/Linux
or
python% # Unix/Linux
or
C:> python # Windows/DOS
$python script.py # Unix/Linux
or
python% script.py # Unix/Linux
or
C: >python script.py # Windows/DOS