Cannot get any Python commands to work

Viktor Hagström viktor.hagstrom at outlook.com
Mon Jun 12 11:50:25 EDT 2017


It seems like you are trying to run easy_install while running the Python interpreter. I am not familiar with easy_install, but my guess would be to run it outside the interpreter, in the command prompt.

2017-06-12 16:47 GMT+02:00 David Marquand <dbmarquand at gmail.com<mailto:dbmarquand at gmail.com>>:
I am trying to learn Django and cannot get easy_install to work. Python working on PyDev fine.








PS C:\Windows\system32> python
Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> easy_install --version
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'easy_install' is not defined
>>> python
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'python' is not defined
>>>

--
https://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list