From 32f1ca311b76eca6e447392501fb6743e10dea31 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Tue, 20 Jun 2017 18:20:57 -0400 Subject: [PATCH] Fix typo and publish post --- .../2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {_drafts => _posts}/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md (98%) diff --git a/_drafts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md b/_posts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md similarity index 98% rename from _drafts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md rename to _posts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md index ce9b36b..790d6e7 100644 --- a/_drafts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md +++ b/_posts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md @@ -141,7 +141,7 @@ to create the tensorflow virtualenv, but the TensorFlow docs still have manually](https://www.tensorflow.org/install/install_linux#InstallingVirtualenv). 1. [Install -virtualenvwrapper]https://virtualenvwrapper.readthedocs.io/en/latest/install.html). +virtualenvwrapper](https://virtualenvwrapper.readthedocs.io/en/latest/install.html). Make sure to add [the required lines](https://virtualenvwrapper.readthedocs.io/en/latest/install.html#shell-startup-file) to your `~/.bashrc`.