Elisha Kupietzky
Elisha Kupietzky

Reputation: 114

Edit pycharm interpreter via command line

Is there a way to update/edit pycharm interpreters without the gui? IE editing some configuration file or something?

I am running pycharm community version 2018.2 in unix environment

Upvotes: 1

Views: 53

Answers (1)

msarafzadeh
msarafzadeh

Reputation: 395

The pycharm interpreter uses a defined python installation on the machine, either python or anaconda or something. I believe you can update the python via running it from it's installation location and piping or whatever you need from there.

Upvotes: 1

Related Questions