Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Choose between Anaconda Python and other Python installation when Anaconda is set as the default Python – Windows 10

The case is really simple. I am using Anaconda and have registered it as the default Python. As it seems, Anaconda has some issues with confluent_kafka library, therefore I need to install and use Python alone for a specific case.

I ran the installation (Python 3.10), added Python to path as well (so both Python are added to the path) but I don’t have any clue on how to "point" and use the standalone Python explicitly in the desired case and Anaconda otherwise.

I have searched for the answer but came up with proposed solution on for Linux.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Since I cannot comment on other answers, here is how you could install packages for different python versions

c:/python3.10/python.exe -m pip install package_name

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading