LearningSinceBigBang
LearningSinceBigBang

Reputation: 84

How to setup TensorFlow?

I tried to install TensorFlow in windows but it seems near to impossible now. So, I decided to dual-boot my system with Ubuntu. And did so. Now I find so many different ways to setup TensorFlow, I don't know which one works best for me. And also, how actually do them. All those tutorials I find online are years old and some of them seem that they doesn't work anymore.

Please someone help me out with simple installation steps.. I am very new to Linux systems. It would be a great help. Thank you. :)

System: Ubuntu - v 15.04 ; 64bit.

Upvotes: 0

Views: 42

Answers (1)

Yao Zhang
Yao Zhang

Reputation: 5781

Virtualenv installation has worked very well for me.

https://www.tensorflow.org/versions/r0.9/get_started/os_setup.html#virtualenv-installation

Upvotes: 1

Related Questions