data_pi
data_pi

Reputation: 821

How to change environment on python shell (pycharm)

I'm trying to use anaconda on windows and I want to do a pip install using the python console in pycharm. However, I'm stuck on the jython environment, how do I change this my anaconda environment?

Jython env

This is what I'm trying to do with the pip install: https://www.youtube.com/watch?v=83vR1Nz3dHA&t=259s

Upvotes: 1

Views: 1988

Answers (1)

Zydnar
Zydnar

Reputation: 1502

You can find enviroment variables here in settings. enter image description here

Upvotes: 2

Related Questions