Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. ...
  2. "python_interpreter": "E:\Programs\Anaconda2\python.exe",
  3. ...
  4.  
  5. {
  6. "python_interpreter": "E:\Programs\Anaconda2\python.exe",
  7. "swallow_startup_errors": true,
  8. "anaconda_linting": false,
  9. }
  10.  
  11. import numpy as np
  12. import pandas as pd
  13.  
  14. import sys
  15. print "hello"
  16.  
  17. 'python' �����ڲ����ⲿ���Ҳ���ǿ����еij���
  18. ���������ļ���
  19.  
  20. >python F:/LOL/test.py
  21. 'python' 不是内部或外部命令,也不是可运行的程序
  22. 或批处理文件。
  23.  
  24. >E:ProgramsAnaconda2pkgspython-2.7.16-hcb6e200_0python.exe
  25. F:/LOL/test.py
  26. Traceback (most recent call last):
  27. File "F:/LOL/test.py", line 1, in <module>
  28. import numpy as np
  29. ImportError: No module named numpy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement