Advertisement
scarbo

Install_numpy_scarbo_bash_2

Mar 18th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. scarbo@accelibreinfo:~$ python3
  2. Python 3.4.2 (default, Oct  8 2014, 10:45:20)
  3. [GCC 4.9.1] on linux
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import numpy
  6. Traceback (most recent call last):
  7.   File "<stdin>", line 1, in <module>
  8. ImportError: No module named 'numpy'
  9. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement