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
Post a Comment