I recently entered into python environment, and installed Anaconda Distribution along with python(3.8.0) from python.org. Both are installed in different locations.
My queries regarding pip are:
- If I do pip list (in my system) I get a certain packages - I want to know that whether these packages are installed through anaconda or python?
- If I need to install new packages through pip where does it get installed (in python location or at anaconda), so that I can access from other applications?