A frustrating part of every institution I've worked at is that their IT always sets up my username as FIRSTNAME LASTNAME with a space in between. This is my current setup too and I think it is giving me issues now when I try to make a shortcut. Windows will accept
$C:/path/to/python.exe "C:/Users/first last/script.py"
as input with the quotes. Is there a way to use this instead to allow for paths with spaces in them?
A frustrating part of every institution I've worked at is that their IT always sets up my username as FIRSTNAME LASTNAME with a space in between. This is my current setup too and I think it is giving me issues now when I try to make a shortcut. Windows will accept
$C:/path/to/python.exe "C:/Users/first last/script.py"
as input with the quotes. Is there a way to use this instead to allow for paths with spaces in them?