From: A. Unique TensorFlower Date: Wed, 21 Mar 2018 14:34:28 +0000 (-0700) Subject: Install documentation: adds note for virtual env with fish shell X-Git-Tag: tflite-v0.1.7~140^2^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a1fddfdf20bd978963050c24ac71d7937071ca5;p=platform%2Fupstream%2Ftensorflow.git Install documentation: adds note for virtual env with fish shell PiperOrigin-RevId: 189904848 --- diff --git a/tensorflow/docs_src/install/install_linux.md b/tensorflow/docs_src/install/install_linux.md index 88ceca3..2741b61 100644 --- a/tensorflow/docs_src/install/install_linux.md +++ b/tensorflow/docs_src/install/install_linux.md @@ -131,7 +131,8 @@ Take the following steps to install TensorFlow with Virtualenv: commands:
$ source ~/tensorflow/bin/activate # bash, sh, ksh, or zsh
-    $ source ~/tensorflow/bin/activate.csh  # csh or tcsh
+ $ source ~/tensorflow/bin/activate.csh # csh or tcsh + $ . ~/tensorflow/bin/activate.fish # fish The preceding source command should change your prompt to the following: