T
T
Tim2019-03-22 23:54:59
linux
Tim, 2019-03-22 23:54:59

Using Python and Anaconda Python separately?

Installed miniconda, I was glad. After I discovered that during initialization, it writes its paths in PATH so that from the Python console and pip refer to it. How to properly separate anaconda and custom Python so that only the conda command belongs to the anaconda, everything else belongs to the Python that was previously installed in the system?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Saboteur, 2019-03-23
@barbashovtd

Put pip in PATH first.
python will be found in pip, conda in the anaconda directory.
Well, in general, what you are doing does not work very well, you need to separate the environments

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question