[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: distinguish between PyPI and Debian python packages



On Friday 05 September 2014 12:32:12 Szépe Viktor wrote:
> Could you help me to get `pip freeze` and `pip list` to display only  
> packages installed by pip and to exclude packages coming from a Debian  
> package?

Have you already tried using --local option?

$ mkvirtualenv --system-site-packages
$ pip install jwt # pyjwt is currently in NEW
$ pip list --local
jwt (0.3.1)
pip (1.5.6)
setuptools (5.5.1)

You can use --local also with `freeze` option.

HTH,

-- 
 Daniele Tricoli 'Eriol'
 http://mornie.org


Reply to: