set environment variables from windows command prompt using the set or setx command.
command prompt
step:1
open command prompt run as administrator
step:2
type command: setx path "%path%;c:\python27"
step:3
restart your terminal
note: it's setx permanent path using this command prompt
command prompt
step:1
open command prompt run as administrator
step:2
type command: setx path "%path%;c:\python27"
step:3
restart your terminal
note: it's setx permanent path using this command prompt
0 Comments