Advertisement
lamiastella

conda create -n rl python=2.7

Sep 20th, 2017
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. dhcp-wifi-8021x-155-41-75-144:~ mona$ conda create -n relational_algebra python=2.7
  2. Fetching package metadata .........
  3. Solving package specifications: .
  4.  
  5. Package plan for installation in environment /Users/mona/anaconda/envs/relational_algebra:
  6.  
  7. The following NEW packages will be INSTALLED:
  8.  
  9. certifi: 2016.2.28-py27_0
  10. openssl: 1.0.2l-0
  11. pip: 9.0.1-py27_1
  12. python: 2.7.13-0
  13. readline: 6.2-2
  14. setuptools: 36.4.0-py27_0
  15. sqlite: 3.13.0-0
  16. tk: 8.5.18-0
  17. wheel: 0.29.0-py27_0
  18. zlib: 1.2.11-0
  19.  
  20. Proceed ([y]/n)? y
  21.  
  22. openssl-1.0.2l 100% |############################################################| Time: 0:00:00 13.66 MB/s
  23. readline-6.2-2 100% |############################################################| Time: 0:00:00 19.02 MB/s
  24. sqlite-3.13.0- 100% |############################################################| Time: 0:00:00 17.08 MB/s
  25. tk-8.5.18-0.ta 100% |############################################################| Time: 0:00:00 17.14 MB/s
  26. zlib-1.2.11-0. 100% |############################################################| Time: 0:00:00 9.93 MB/s
  27. python-2.7.13- 100% |############################################################| Time: 0:00:00 14.59 MB/s
  28. certifi-2016.2 100% |############################################################| Time: 0:00:00 15.44 MB/s
  29. wheel-0.29.0-p 100% |############################################################| Time: 0:00:00 2.47 MB/s
  30. setuptools-36. 100% |############################################################| Time: 0:00:00 6.73 MB/s
  31. pip-9.0.1-py27 100% |############################################################| Time: 0:00:00 16.01 MB/s
  32. #
  33. # To activate this environment, use:
  34. # > conda activate relational_algebra
  35. #
  36. # To deactivate an active environment, use:
  37. # > conda deactivate
  38. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement