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

Executable not found after condax install

pawamoy opened this issue · comments

$ pip install condax
Successfully installed condax-0.0.4

(conda install condax gives a package not found error)

$ condax install poetry
WARNING: The conda.compat module is deprecated and will be removed in a future release.
Collecting package metadata: ...working... done
Solving environment: ...working... done

## Package Plan ##

  environment location: C:\Users\REDACTED\.condax\poetry

  added / updated specs:
    - poetry


The following NEW packages will be INSTALLED:

  attrs              conda-forge/noarch::attrs-19.3.0-py_0
  ca-certificates    conda-forge/win-64::ca-certificates-2019.11.28-hecc5488_0
  cachecontrol       conda-forge/noarch::cachecontrol-0.12.5-py_0
  cachy              conda-forge/noarch::cachy-0.3.0-py_0
  certifi            conda-forge/win-64::certifi-2019.11.28-py38_0
  cffi               conda-forge/win-64::cffi-1.13.2-py38hb32ad35_0
  chardet            conda-forge/win-64::chardet-3.0.4-py38_1003
  cleo               conda-forge/noarch::cleo-0.7.6-py_0
  clikit             conda-forge/noarch::clikit-0.4.1-py_1
  cryptography       conda-forge/win-64::cryptography-2.8-py38hb32ad35_1
  entrypoints        conda-forge/win-64::entrypoints-0.3-py38_1000
  html5lib           conda-forge/noarch::html5lib-1.0.1-py_0
  idna               conda-forge/win-64::idna-2.8-py38_1000
  importlib_metadata conda-forge/win-64::importlib_metadata-0.23-py38_0
  jsonschema         conda-forge/win-64::jsonschema-3.2.0-py38_0
  keyring            conda-forge/win-64::keyring-19.2.0-py38_0
  lockfile           conda-forge/noarch::lockfile-0.12.2-py_1
  more-itertools     conda-forge/noarch::more-itertools-8.0.2-py_0
  msgpack-python     conda-forge/win-64::msgpack-python-0.6.2-py38he980bc4_0
  openssl            conda-forge/win-64::openssl-1.1.1d-hfa6e2cd_0
  pastel             conda-forge/noarch::pastel-0.1.0-py_1
  pexpect            conda-forge/win-64::pexpect-4.7.0-py38_0
  pip                conda-forge/win-64::pip-19.3.1-py38_0
  pkginfo            conda-forge/noarch::pkginfo-1.5.0.1-py_0
  poetry             conda-forge/win-64::poetry-1.0.0-py38_0
  pycparser          conda-forge/win-64::pycparser-2.19-py38_1
  pylev              conda-forge/noarch::pylev-1.3.0-py_0
  pyopenssl          conda-forge/win-64::pyopenssl-19.1.0-py38_0
  pyparsing          conda-forge/noarch::pyparsing-2.4.6-py_0
  pyrsistent         conda-forge/win-64::pyrsistent-0.14.11-py38hfa6e2cd_1
  pysocks            conda-forge/win-64::pysocks-1.7.1-py38_0
  python             conda-forge/win-64::python-3.8.0-hc9e8b01_5
  pywin32-ctypes     conda-forge/win-64::pywin32-ctypes-0.2.0-py38_1000
  requests           conda-forge/win-64::requests-2.22.0-py38_1
  requests-toolbelt  conda-forge/noarch::requests-toolbelt-0.8.0-py_1
  setuptools         conda-forge/win-64::setuptools-44.0.0-py38_0
  shellingham        conda-forge/noarch::shellingham-1.3.1-py_0
  six                conda-forge/win-64::six-1.13.0-py38_0
  sqlite             conda-forge/win-64::sqlite-3.30.1-hfa6e2cd_0
  tomlkit            conda-forge/win-64::tomlkit-0.5.8-py38_0
  urllib3            conda-forge/win-64::urllib3-1.25.7-py38_0
  vc                 pkgs/main/win-64::vc-14.1-h0510ff6_4
  vs2015_runtime     pkgs/main/win-64::vs2015_runtime-14.16.27012-hf0eaf9b_1
  webencodings       conda-forge/noarch::webencodings-0.5.1-py_1
  wheel              conda-forge/win-64::wheel-0.33.6-py38_0
  win_inet_pton      conda-forge/win-64::win_inet_pton-1.1.0-py38_0
  wincertstore       conda-forge/win-64::wincertstore-0.2-py38_1003
  zipp               conda-forge/noarch::zipp-0.6.0-py_0


Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
`poetry` has been installed by condax
$ type poetry
bash: type: poetry: not found
$ condax ensure-path
$ type poetry
bash: type: poetry: not found
$ ls ~/.local/bin
total 0

Of course I can run ~/.condax/poetry/Scripts/poetry and it works.

Am I missing something?

condax does not currently support windows.

Should I close this? Is Windows supported now?