I have been doing machine-learning for quite a long time using matlab and have recently switched to python and for installing certain packages used its package manager pip and successfully installed many packages. A few days ago I started using conda and all my previously installed packages are getting overridden.
I really want to know the difference between pip and conda and what happens if I use pip to install packages instead of conda?