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

How to use pip-review for various Python versions? #46

Closed
sbibauw opened this issue Mar 24, 2017 · 4 comments
Closed

How to use pip-review for various Python versions? #46

sbibauw opened this issue Mar 24, 2017 · 4 comments
Assignees
Labels
Milestone

Comments

@sbibauw
Copy link

sbibauw commented Mar 24, 2017

I have both Python 2.7 and 3.6 installed (by Homebrew). When running pip-review, it only tries to update python2.7/site-packages/ (as would pip or pip2 list them).

Is there a way to force pip-review to update Python 3 packages? A kind of pip-review3 or pip-review --python3? (I have looked at --help and issues here but haven't found a solution...)

@jgonggrijp
Copy link
Owner

jgonggrijp commented Mar 25, 2017

Does python3 -m pip_review work for you?

(Edit: this is assuming that you installed pip-review to python3.6/site-packages.)

@sbibauw
Copy link
Author

sbibauw commented Mar 26, 2017

@jgonggrijp It works, but does the exact same as pip-review (only updates python2.7 dependencies), even though it is installed as a python3.6 package...

@jgonggrijp
Copy link
Owner

Oh, I understand. I believed this was already fixed because of #44. However, that pull request hasn't been merged yet. Which is my fault. I will try to bring out a new release asap.

In the meanwhile, your best option is probably to use a virtualenv.

@jgonggrijp jgonggrijp self-assigned this Mar 27, 2017
@jgonggrijp jgonggrijp added the bug label Mar 27, 2017
@jgonggrijp jgonggrijp added this to the Version 1.0 milestone Mar 27, 2017
@sbibauw
Copy link
Author

sbibauw commented Mar 27, 2017

Great, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants