Fixing 'PATH' in Environment Variables in Windows 7 for multiple applications

前端 未结 1 1794
慢半拍i
慢半拍i 2021-02-02 15:29

After using JDK if I use ruby, I have to change \'PATH\' in Environment Variables in Windows7. Is there a work around where I don\'t have to keep changing it even if I use multi

相关标签:
1条回答
  • 2021-02-02 16:25

    Separate the paths to Ruby and Java with your system's path separator character.

    In case of Windows 7, it's

    ;
    

    You'll be able to use both

    Here's an example of Path variable with numerous applications.

    C:\Program Files\TortoiseHg\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\
    
    0 讨论(0)
提交回复
热议问题