Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.02 KB | None | 0 0
  1. thekindlyone@deepthought:~/projects$ git clone git@github.com:perone/Pyevolve.git
  2. Cloning into 'Pyevolve'...
  3. remote: Counting objects: 1017, done.
  4. remote: Total 1017 (delta 0), reused 0 (delta 0)
  5. Receiving objects: 100% (1017/1017), 2.61 MiB | 91.00 KiB/s, done.
  6. Resolving deltas: 100% (537/537), done.
  7. Checking connectivity... done.
  8. thekindlyone@deepthought:~/projects$ cd Pyevolve/
  9. thekindlyone@deepthought:~/projects/Pyevolve$ ls
  10. build_dist.bat  pyevolve           requirements_test.txt  setup.py
  11. build_dist.sh   pyevolve_graph.py  run_pylint.bat         tests
  12. docs            pylintrc.conf      runtests.py            tox.ini
  13. examples        README             setup.cfg
  14. thekindlyone@deepthought:~/projects/Pyevolve$ sudo python setup.py install
  15. [sudo] password for thekindlyone:
  16. running install
  17. running build
  18. running build_py
  19. creating build
  20. creating build/lib.linux-x86_64-2.7
  21. creating build/lib.linux-x86_64-2.7/pyevolve
  22. copying pyevolve/Interaction.py -> build/lib.linux-x86_64-2.7/pyevolve
  23. copying pyevolve/GPopulation.py -> build/lib.linux-x86_64-2.7/pyevolve
  24. copying pyevolve/GenomeBase.py -> build/lib.linux-x86_64-2.7/pyevolve
  25. copying pyevolve/Migration.py -> build/lib.linux-x86_64-2.7/pyevolve
  26. copying pyevolve/Network.py -> build/lib.linux-x86_64-2.7/pyevolve
  27. copying pyevolve/G1DBinaryString.py -> build/lib.linux-x86_64-2.7/pyevolve
  28. copying pyevolve/G2DList.py -> build/lib.linux-x86_64-2.7/pyevolve
  29. copying pyevolve/DBAdapters.py -> build/lib.linux-x86_64-2.7/pyevolve
  30. copying pyevolve/Scaling.py -> build/lib.linux-x86_64-2.7/pyevolve
  31. copying pyevolve/Util.py -> build/lib.linux-x86_64-2.7/pyevolve
  32. copying pyevolve/__init__.py -> build/lib.linux-x86_64-2.7/pyevolve
  33. copying pyevolve/G1DList.py -> build/lib.linux-x86_64-2.7/pyevolve
  34. copying pyevolve/Crossovers.py -> build/lib.linux-x86_64-2.7/pyevolve
  35. copying pyevolve/GTree.py -> build/lib.linux-x86_64-2.7/pyevolve
  36. copying pyevolve/Consts.py -> build/lib.linux-x86_64-2.7/pyevolve
  37. copying pyevolve/GAllele.py -> build/lib.linux-x86_64-2.7/pyevolve
  38. copying pyevolve/FunctionSlot.py -> build/lib.linux-x86_64-2.7/pyevolve
  39. copying pyevolve/Initializators.py -> build/lib.linux-x86_64-2.7/pyevolve
  40. copying pyevolve/Selectors.py -> build/lib.linux-x86_64-2.7/pyevolve
  41. copying pyevolve/G2DBinaryString.py -> build/lib.linux-x86_64-2.7/pyevolve
  42. copying pyevolve/Statistics.py -> build/lib.linux-x86_64-2.7/pyevolve
  43. copying pyevolve/Mutators.py -> build/lib.linux-x86_64-2.7/pyevolve
  44. copying pyevolve/GSimpleGA.py -> build/lib.linux-x86_64-2.7/pyevolve
  45. running build_scripts
  46. creating build/scripts-2.7
  47. copying and adjusting pyevolve_graph.py -> build/scripts-2.7
  48. changing mode of build/scripts-2.7/pyevolve_graph.py from 644 to 755
  49. running install_lib
  50. creating /usr/local/lib/python2.7/dist-packages/pyevolve
  51. copying build/lib.linux-x86_64-2.7/pyevolve/Interaction.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  52. copying build/lib.linux-x86_64-2.7/pyevolve/GPopulation.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  53. copying build/lib.linux-x86_64-2.7/pyevolve/GenomeBase.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  54. copying build/lib.linux-x86_64-2.7/pyevolve/Migration.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  55. copying build/lib.linux-x86_64-2.7/pyevolve/Network.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  56. copying build/lib.linux-x86_64-2.7/pyevolve/G1DBinaryString.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  57. copying build/lib.linux-x86_64-2.7/pyevolve/G2DList.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  58. copying build/lib.linux-x86_64-2.7/pyevolve/DBAdapters.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  59. copying build/lib.linux-x86_64-2.7/pyevolve/Scaling.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  60. copying build/lib.linux-x86_64-2.7/pyevolve/Util.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  61. copying build/lib.linux-x86_64-2.7/pyevolve/__init__.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  62. copying build/lib.linux-x86_64-2.7/pyevolve/G1DList.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  63. copying build/lib.linux-x86_64-2.7/pyevolve/Crossovers.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  64. copying build/lib.linux-x86_64-2.7/pyevolve/GTree.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  65. copying build/lib.linux-x86_64-2.7/pyevolve/Consts.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  66. copying build/lib.linux-x86_64-2.7/pyevolve/GAllele.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  67. copying build/lib.linux-x86_64-2.7/pyevolve/FunctionSlot.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  68. copying build/lib.linux-x86_64-2.7/pyevolve/Initializators.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  69. copying build/lib.linux-x86_64-2.7/pyevolve/Selectors.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  70. copying build/lib.linux-x86_64-2.7/pyevolve/G2DBinaryString.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  71. copying build/lib.linux-x86_64-2.7/pyevolve/Statistics.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  72. copying build/lib.linux-x86_64-2.7/pyevolve/Mutators.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  73. copying build/lib.linux-x86_64-2.7/pyevolve/GSimpleGA.py -> /usr/local/lib/python2.7/dist-packages/pyevolve
  74. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/Interaction.py to Interaction.pyc
  75. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/GPopulation.py to GPopulation.pyc
  76. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/GenomeBase.py to GenomeBase.pyc
  77. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/Migration.py to Migration.pyc
  78. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/Network.py to Network.pyc
  79. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/G1DBinaryString.py to G1DBinaryString.pyc
  80. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/G2DList.py to G2DList.pyc
  81. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/DBAdapters.py to DBAdapters.pyc
  82. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/Scaling.py to Scaling.pyc
  83. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/Util.py to Util.pyc
  84. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/__init__.py to __init__.pyc
  85. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/G1DList.py to G1DList.pyc
  86. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/Crossovers.py to Crossovers.pyc
  87. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/GTree.py to GTree.pyc
  88. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/Consts.py to Consts.pyc
  89. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/GAllele.py to GAllele.pyc
  90. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/FunctionSlot.py to FunctionSlot.pyc
  91. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/Initializators.py to Initializators.pyc
  92. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/Selectors.py to Selectors.pyc
  93. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/G2DBinaryString.py to G2DBinaryString.pyc
  94. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/Statistics.py to Statistics.pyc
  95. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/Mutators.py to Mutators.pyc
  96. byte-compiling /usr/local/lib/python2.7/dist-packages/pyevolve/GSimpleGA.py to GSimpleGA.pyc
  97. running install_scripts
  98. copying build/scripts-2.7/pyevolve_graph.py -> /usr/local/bin
  99. changing mode of /usr/local/bin/pyevolve_graph.py to 755
  100. running install_egg_info
  101. Writing /usr/local/lib/python2.7/dist-packages/Pyevolve-0.6.egg-info
  102. thekindlyone@deepthought:~/projects/Pyevolve$ ipython
  103. Python 2.7.6 (default, Mar 22 2014, 22:59:56)
  104. Type "copyright", "credits" or "license" for more information.
  105.  
  106. IPython 1.2.1 -- An enhanced Interactive Python.
  107. ?         -> Introduction and overview of IPython's features.
  108. %quickref -> Quick reference.
  109. help      -> Python's own help system.
  110. object?   -> Details about 'object', use 'object??' for extra details.
  111.  
  112. In [1]: import pyevolve
  113.  
  114. In [2]:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement