1

I am trying to work with PyCharm and it initially gave me an issue of a lack of interpreter. I ran into finding that the Python environment was not in the /bin directory. I am new to programming, but my coworkers have designed their programs according to this path. They said it would be an issue for me to integrate into the systems we work on because of this. Am I misunderstanding the issue, or would there be a problem arising without my python environment being in /bin? Thanks!

1 Answers1

2

Did you tried the where python command ? It should print you the path to your python. It's possible that yours is in /usr/bin/.

Knarfux
  • 21
  • 2