setPythonData () {
    return this.getCommandPath('python')
      .then(path => new PythonExecutable(path).populate())
      .then(python => {
        this.python = python