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
I'm on Windows, with an Anaconda installation.
python -V
condax install poetry
I would like an option to do something like condax install --python=3.6 poetry.
condax install --python=3.6 poetry
The text was updated successfully, but these errors were encountered:
Not using condax anymore, feel free to reopen 🙂
Sorry, something went wrong.
Please re-open. This is a show-stopper in some cases when the package does not properly pin the version of python.
Would you mind opening a new issue? I'd like to avoid having this tied to my username/issues (just for tidiness reasons).
No branches or pull requests
I'm on Windows, with an Anaconda installation.
python -V
gives me 3.7.3condax install poetry
installs poetry in a venv using python 3.8.0I would like an option to do something like
condax install --python=3.6 poetry
.The text was updated successfully, but these errors were encountered: