Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

specify patch version of python for installation via pyenv? #588

Closed
AlJohri opened this issue Sep 18, 2017 · 4 comments
Closed

specify patch version of python for installation via pyenv? #588

AlJohri opened this issue Sep 18, 2017 · 4 comments

Comments

@AlJohri
Copy link
Contributor

AlJohri commented Sep 18, 2017

I tried to put this in my Pipfile:

[requires]
python_version = "3.6.2"

And got:

Warning: Python 3.6.2 was not found on your system…
You can specify specific versions of Python with:
  $ pipenv --python path/to/python
$ pyenv versions
  system
* 2.7.13 (set by /Users/johria/.pyenv/version)
  3.5.3
* 3.6.0 (set by /Users/johria/.pyenv/version)
  3.6.1

As you can see, I don't have 3.6.2 installed.

@kennethreitz
Copy link
Contributor

patch versions are not supported.

@kennethreitz
Copy link
Contributor

Just specify 3.6.

@AlJohri AlJohri changed the title specify minor version of python for installation via pyenv? specify patch version of python for installation via pyenv? Sep 18, 2017
@kennethreitz
Copy link
Contributor

patch versions are now supported.

@kennethreitz
Copy link
Contributor

however, python_version is only for major/minor versions. python_full_version is for patch versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants