Ad Unit (Iklan) BIG

set environment variable path from command line


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

Post a Comment

0 Comments