Sublime Forum

System variables

#1

Why are system variables different between Windows7 environment and the sublime environment ?

[size=150]git is not there in PATH as shown by sublimetext.[/size]
[size=50]The image is verry wide, so you need large screen to see the complete image, just usel link under pic, to go to pic[/size]


http://content.screencast.com/users/Seth007/folders/Jing/media/a0593042-bab3-4194-8d0e-7ab99a989b93/2012-03-28_1343.png

[size=150]git is in PATH as shown by my system.[/size]

0 Likes

#2

Mh, I just tried it out and both are identenical for me:

>>> os.environ'path'] 'C:\\Program Files (x86)\\AMD APP\\bin\\x86_64;C:\\Program Files (x86)\\AMD APP\\bin\\x86;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\ATI Technologies\\ATI.ACE\\Core-Static;C:\\Program Files (x86)\\QuickTime\\QTSystem\\;C:\\strawberry\\c\\bin;C:\\strawberry\\perl\\site\\bin;C:\\strawberry\\perl\\bin;C:\\Program Files (x86)\\MiKTeX 2.9\\miktex\\bin\\;C:\\Program Files (x86)\\SumatraPDF'

echo %PATH% C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\QuickTime\QTSystem\;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;C:\Program Files (x86)\MiKTeX 2.9\miktex\bin\;C:\Program Files (x86)\SumatraPDF

Did you start the cmd / ST 2 with different user credentials (admin privileges / user privileges)?

0 Likes

#3

[quote=“nTraum”]Mh, I just tried it out and both are identenical for me:
Did you start the cmd / ST 2 with different user credentials (admin privileges / user privileges)?[/quote]

Yap that’s it, is that actually desired behavior?

0 Likes