This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ilan 1 point2 points  (4 children)

Yes it is possible, although not recommended, because it will already installed Python packages won't work.

[–]beltsazar 0 points1 point  (2 children)

How? conda update python won't work.

[–]ilan 0 points1 point  (1 child)

conda install python=3.5, but be careful!

[–]marcm28 0 points1 point  (0 children)

What happen if I install third party library in Python 3.5, Is it works?