DagsHub / fds

Fast Data Science, AKA fds, is a CLI for Data Scientists to version control data and code at once, by conveniently wrapping git and dvc
http://fastds.io
MIT License
382 stars 22 forks source link

Auto update FDS only tries with `pip` and not `pip3` #85

Closed deanp70 closed 3 years ago

deanp70 commented 3 years ago

fds asks if I want to update to the latest version, but when I type y to perform the update, I get thrown a bad interpreter error, due to it using pip which doesn't work on my system for a few reasons.

It would be great if fds could check whether pip or pip3 work for the update, and use whichever one works.

guysmoilov commented 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

pwoolvett commented 3 years ago

might be useful: https://github.com/DAGsHub/fds/search?q=pip