Como configurar um projeto pipenv Python 3.6 se a versão do SO Python for 3.5?

Meu Ubuntu 16.04.03 está instalado com o Python 3.5.2. Como configuro o pipenv para usar o Python 3.6 quando meu sistema não possui o python 3.6?

$ pipenv --python 3.6
Warning: Python 3.6 was not found on your system…
You can specify specific versions of Python with:
  $ pipenv --python path/to/python

questionAnswers(5)

yourAnswerToTheQuestion