specify *.pyd output path?

后端 未结 1 816
孤街浪徒
孤街浪徒 2021-01-20 09:26

In this post, the answer is for the output path of .c files.

I want to know how can I output all the .pyd file to a specific directory (by

1条回答
  •  攒了一身酷
    2021-01-20 09:51

    You can pass the command-line argument --build-lib your/desired/output/path to the python invocation which executes setup.py.

    Also, this option is not compatible with --inplace. If you're using that, remove it.

    0 讨论(0)
提交回复
热议问题