trying to install spark, I've some problems when I try to set the system enviroment variables. I modify the PATH using:
“Advanced system settings” → “Environment Variables”
but when I call these variables from python, using the code:
import os path = os.environ.get('PATH', None) print(path) The path that shows python don't have the modifications that I put. Thanks