Note: Adapted from official Ubuntu instructions for Tensorflow using virtualenv.
This gist is currently a "Work in Progress". It works, but requires superuser privileges. I have not tested it with GPU support.
- Install pip and Virtualenv by issuing one of the following commands:
sudo dnf install python-pip python-devel python-virtualenv # for Python 2.7
sudo dnf install python3-pip python3-devel python3-virtualenv # for Python 3.x