travis-pyenv icon indicating copy to clipboard operation
travis-pyenv copied to clipboard

Travis trusty environments already have pyenv installed

Open JayH5 opened this issue 8 years ago • 1 comments

...which breaks our installation.

We should either:

  • Install our copy of pyenv in a different-from-default location
  • Try update Travis' installation

JayH5 avatar Jun 05 '17 10:06 JayH5

my current workaround is to explicitly export a different PYENV_ROOT than Travis default value.

anthrotype avatar Oct 20 '17 10:10 anthrotype