如果我做了pip install git+https://github.com/clab/dynet#egg=dynet,那么它会:
/private/var/folders/rk/somefolder/T/pip-build-yZIKna/dynet如何防止移除或还原源文件夹?
编辑:
不幸的是,--no-clean 断了,我刚试过。仍然在冗长的模式中看到这一点:
Removing source in
/private/var/folders/rk/somefolder/T/pip-build-LRuDhC/dynet发布于 2017-08-24 16:19:43
--no-clean标志应该可以做到这一点:
$ pip install --no-clean git+https://github.com/clab/dynet#egg=dynethttps://stackoverflow.com/questions/45866468
复制相似问题