开发者

easy_install python

开发者 https://www.devze.com 2023-02-23 06:45 出处:网络
What to do after doing all the steps to install easy_inst开发者_StackOverflow社区all python & the paths are available in the script what shall I do I\'m really fed up because I have done all steps

What to do after doing all the steps to install easy_inst开发者_StackOverflow社区all python & the paths are available in the script what shall I do I'm really fed up because I have done all steps several time then open idle & write easy_install tell me invalid!


i want to install easy_install to be able to import packages like geopy

Don't trouble yourself with installing setuptools. ActivePython already includes easy_install, pip, PyPM and virtualenv.

  1. Install ActivePython (why?)
  2. Open Command Prompt and type pypm install geopy
0

精彩评论

暂无评论...
验证码 换一张
取 消