I’m trying to use python in powershell

Try setting the path this way:

 $env:path="$env:Path;C:\Python27"

Leave a Comment