IPython install from GitHub -


i have opened enhanced console on c: derive , pulled ipython github.

the nice python developer @ work had shoot off on holiday before install completed , left 1 line of commands instruction. unfortunately when type them enhanced console error. command , error below:

command: python setupegg.py develop

error: "python: can't open file 'setupegg.py' : [errno 2] no such file or directory

thanks in advance

this quickest way install ipython github:

pip install -e git+https://github.com/ipython/ipython#egg=ipython 

the same goes pretty python package on github.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -