pip - Python packages -- system and user's have different versions -
if have sudo pip install
python package system-wide location
and pip install --user
different python package user location
what python use when import packagename
? how control version? or python uses updated one?
Comments
Post a Comment