python Pip packages path in windows

Posted in :

想直接修改 python package 裡的 source code, 不知道 package source code 在那裡.

解法:

Here’s how to obtain the requested result:

python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *