How to install python package in a specific directory

后端 未结 4 980
猫巷女王i
猫巷女王i 2021-01-24 04:02

I\'m developing a twitter app on google appengine - for that I want to use the Twython library. I tried installing it using pip - but it either installs it in the main python di

4条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-24 04:37

    Use virtual environment and virtual environment wrapper , you dont have to use the wrapper but use it for simplicity..

    https://pypi.python.org/pypi/virtualenv

提交回复
热议问题