Anaconda: Permanently include external packages (like in PYTHONPATH)

后端 未结 4 2181
粉色の甜心
粉色の甜心 2020-11-28 18:37

I know how to install packages in Anaconda using conda install and also how to install packages that are on PyPi which is described in the manual.

But h

4条回答
  •  情深已故
    2020-11-28 19:13

    I'm able to include local modules using the following:

    conda-develop /path/to/module/
    

    I hope it helps.

提交回复
热议问题