I'm currently using Linux, and it picks up the wrong Python environment (it picks up the one in /usr/lib64/python2.7, but my system is set up to use /usr/share/anaconda2/bin/python). This is not an issue because like you said on Windows it comes emb…