I was just wondering if there was any way to set to %PATH% variables so I can compile my Java code, along with my Python code?
For instance.. PATH is currently C:\ ... JDK_bin blah blah, and that's it. To run my python code, I have to change my path variable completely.
Any answers?
Just add a semicolon after your present path, and write the new one after that.
set PATH="C:\Program Files\Java\blah\blah";C:\Python31\;C:\Windows\System32
etc...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With