Home  >  Q&A  >  body text

Can Python dependencies be placed at the project level instead of the system level?

我希望在python中使用peewee,但是我在服务器上使用pip install发现并没有写/usr/目录的权限,以至于无法安装。是否可以将peewee的模块集成到项目层面,在项目中调用呢?如果可以实现,这样做的话有什么风险
给我你的怀抱给我你的怀抱2660 days ago956

reply all(1)I'll reply

  • 某草草

    某草草2017-07-07 10:36:49

    Use virtualenv:

    http://www.liaoxuefeng.com/wi...

    reply
    0
  • Cancelreply