Sublime Forum

Tensorflow in a new environment

#1

I installed tensorflow in a new environment using conda install tensorflow-gpu, I can access it and it’s working on Jupyter notebook. But I don’t know how to access that environment in sublime to run my .py files. I think it’s using the build tab in sublime but I’m not sure how to do it

0 Likes

#2

I don’t use conda myself, but maybe https://packagecontrol.io/packages/Conda can help you to switch to your tenserflow environment from within Sublime Text.

0 Likes