shell - Can't install any python package from the python command prompt -
i trying install python packages python shell syntaxerror. using python 3.4.3 supposed come pip installed , can see pip3 pip3.4, pip, easy_install, , easy_install-3.4 under scripts whenever run command in shell syntax error. not supposed use python shell package installation? using windows 8.1 if explain something. tried these commands: pip install packagename --- got syntaxerror message:file '' line 1, pip install(with mark @ last l in install). easy_install packagename generated same error message mark @ last letter in packagename, double checked spellings can't seem see problem is. how can install packages?
no use windows terminal pip package installations. if not work, ensure have installed python following guide here.
Comments
Post a Comment