Closed deanp70 closed 3 years ago
I think we should only use pip3
everywhere, will DVC even work in python 2?
Using pip
is just asking for trouble, e.g. accidentally installing packages to the Mac builtin python 2 installation
might be useful: https://github.com/DAGsHub/fds/search?q=pip
fds
asks if I want to update to the latest version, but when I typey
to perform the update, I get thrown abad interpreter
error, due to it usingpip
which doesn't work on my system for a few reasons.It would be great if
fds
could check whetherpip
orpip3
work for the update, and use whichever one works.