Install documentation: adds note for virtual env with fish shell
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 21 Mar 2018 14:34:28 +0000 (07:34 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 21 Mar 2018 14:38:41 +0000 (07:38 -0700)
PiperOrigin-RevId: 189904848

tensorflow/docs_src/install/install_linux.md

index 88ceca3..2741b61 100644 (file)
@@ -131,7 +131,8 @@ Take the following steps to install TensorFlow with Virtualenv:
      commands:
 
      <pre>$ <b>source ~/tensorflow/bin/activate</b> # bash, sh, ksh, or zsh
-    $ <b>source ~/tensorflow/bin/activate.csh</b>  # csh or tcsh</pre>
+    $ <b>source ~/tensorflow/bin/activate.csh</b>  # csh or tcsh
+    $ <b>. ~/tensorflow/bin/activate.fish</b>  # fish</pre>
 
      The preceding <tt>source</tt> command should change your prompt
      to the following: