mariusvniekerk / condax

Install and run applications packaged with conda in isolated environments

Home Page:https://mariusvniekerk.github.io/condax/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow specifying Python version when installing a package

pawamoy opened this issue · comments

I'm on Windows, with an Anaconda installation.

  • python -V gives me 3.7.3
  • condax install poetry installs poetry in a venv using python 3.8.0
  • I need python 3.6 at work

I would like an option to do something like condax install --python=3.6 poetry.

Not using condax anymore, feel free to reopen 🙂

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).