Search code examples
pythonanacondaenvironment

Can't find Python environment file in pycharm after creating it in the terminal of POP!_os (which is similar to ubuntu)


I created the environment using conda:

conda create -n tensorEnv-gpu tensorflow-gpu

Does anyone know how I can fix this? I'm still very new to python and Linux, so you'll probably have to be patient when explaining some commands or actions lol.

Image of path where environment is stored.


Solution

  • Go to /home/trkornman/anaconda3/envs/tensorEnv-gpu/bin/ and select the file called python. That should do it.