We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pyenv-virtualenv will prefer venv instead of virtualenv when creating virtual env for Python 3.x.
pyenv-virtualenv
venv
virtualenv
But venv won't create python3.x link file while virtualenv would create it.
python3.x
Thus, python3.x --version won't work on current version, which leads problems of jedi/other usages of the aforementioned command.
python3.x --version
jedi
Pls consider add python3.x link after venv call.
Many thx.
The text was updated successfully, but these errors were encountered:
Prefer python3.x executable if avaialble (closes #206, #282)
a9e1891
No branches or pull requests
pyenv-virtualenv
will prefervenv
instead ofvirtualenv
when creating virtual env for Python 3.x.But
venv
won't createpython3.x
link file whilevirtualenv
would create it.Thus,
python3.x --version
won't work on current version, which leads problems ofjedi
/other usages of the aforementioned command.Pls consider add
python3.x
link aftervenv
call.Many thx.
The text was updated successfully, but these errors were encountered: