windows - Can't run a command in PowerShell because of single quote -


when try run command

iex (new-object net.webclient).downloadstring('https://get.scoop.sh') 

in order install scoop can't execute because can't right escaping of string open single quote @ beginning, @ picture better understanding.

i'm on windows 7, how solve it? don't have 2 different single quotes on keyboard (italian keyboard layout).

if see open quote corrupted have on keyboard


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -