Chance Chen
Chance Chen
I am using env var, instead of mounting `elasticsearch.yml`. For example, I add `ELASTICSEARCH_FS_SNAPSHOT_REPO_PATH=/mnt/backup` in order to setup snapshot repo.
Hi @jrhouston , I have run the export directive you have mentioned above but still getting the same issue that @Theoooooo has claimed and cannot install the app. Any idea...
Actually I think the trick @jrhouston just mentioned did work for me. Thanks! @jrhouston ``` export PATH=$PATH:$(go env GOPATH)/bin ```
The upgrade works perfect to me! Just in case anyone is using ansible, you can add below snippet for this upgrade: ``` - name: Install and upgrade pip pip: name:...