rbanffy / pip-chill

A more relaxed `pip freeze`
Other
555 stars 25 forks source link

Ensure pip-chill is targeting a particular python version [Enhancement] #47

Closed Rav830 closed 3 years ago

Rav830 commented 3 years ago

Environment

Description

I have some packages installed at the user level in multiple versions of python, with different packages and some of the same installed in each. I want to make sure that when I run pip-chill it is for a particular version of python I have installed. With pip I do this by running it as a module python3.7 -m pip ... . Would it be possible to do this with pip-chill? Effectively doing python3.7 -m pip-chill ... and get the pip-chill output of that package list, guaranteeing its for the packages installed in python3.7.

Yes I know virtual environments are better for managing packages, but these were installed and set up before I got in the habit of virtual environments.

What I Did

N/A

Thanks

github-actions[bot] commented 3 years ago

Stale issue message