Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. [root@9dc1f60d1dcd ~]# csh
  2. [root@9dc1f60d1dcd ~]# echo $0
  3. csh
  4. [root@9dc1f60d1dcd ~]# bash Miniconda2-4.3.11-Linux-x86_64.sh -b -p /m2
  5. [root@9dc1f60d1dcd ~]# /m2/bin/conda install -y tensorflow
  6. [root@9dc1f60d1dcd ~]# /m2/bin/python
  7. Python 2.7.13 |Continuum Analytics, Inc.| (default, Dec 20 2016, 23:09:15)
  8. [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
  9. Type "help", "copyright", "credits" or "license" for more information.
  10. Anaconda is brought to you by Continuum Analytics.
  11. Please check out: http://continuum.io/thanks and https://anaconda.org
  12. >>> import tensorflow
  13. >>> tensorflow.__version__
  14. '0.10.0rc0'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement