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

Pip install and running command results command not found #23

Closed
Atihinen opened this issue Sep 16, 2016 · 2 comments
Closed

Pip install and running command results command not found #23

Atihinen opened this issue Sep 16, 2016 · 2 comments

Comments

@Atihinen
Copy link

According to documentation https://github.com/eriwen/lcov-to-cobertura-xml#with-pip there should be command lcov_cobertura but there isn't.

Result is command not found.

Tested with ubuntu 14.04 with python 2.7.11

Tested with virtualenv and without.

Package versions which I tried were: 1.0, 1.1, 1.1.1, 1.2, 1.3, 1.4, 1.5, 1.6 and none of those gave me command lcov_cobertura

@gsauthof
Copy link

I can confirm, the latest currently released version (1.6) doesn't install the lcov_covertura executable.

The online documentation documents the post-1.6 state of the art. In fact, this is the post 1.6 commit that added this feature: 8c55cd1

Thus, until 1.7 gets uploaded pypi, you can just install the head version with pip to get the command installed, as well, e.g.:

git clone https://github.com/eriwen/lcov-to-cobertura-xml.git
cd lcov-to-cobertura-xml/
pip3 install .

Or even:

pip3 install git+https://github.com/eriwen/lcov-to-cobertura-xml.git

@carlosmmelo
Copy link

Thanks for the workaround @gsauthof

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

3 participants