0

My base conda environment is set up like this

python (or python2)

Calls python 2.7.16

python3

Calls python 3.5.2

I want to install a package that is available for both python 2 and python 3. When I do

conda install (package)

It installs for python 2, presumably becuase that's what "which python" is. However python 3 does not have access to it. How can I get conda to also install it for python 3?

iammax
  • 453
  • 2
  • 5
  • 18
  • I'm not so clearly understand but maybe you can check similiar https://stackoverflow.com/questions/41535881/how-do-i-upgrade-to-python-3-6-with-conda. – ByamB4 Apr 15 '19 at 23:34
  • @byamba thanks but that's not really the same issue – iammax Apr 15 '19 at 23:41

0 Answers0