We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make sure you run commands with -v flag before pasting the output.
-v
pdm init -n pdm config install.cache on pdm add nbconvert
nbconvert's share folder is not copied from the cache (although it is in the cache directory)
nbconvert
~/example ❯ ls __pypackages__/3.10 bin include lib ~/example ❯ ls ~/.cache/pdm/packages/nbconvert-6.4.2-py3-none-any bin lib referrers share
nbconvert's share folder's contents is linked correctly.
~/example ❯ ls __pypackages__/3.10 bin include lib share
PDM version: 1.13.3 Python Interpreter: $HOME/.pyenv/versions/3.10.1/bin/python3.10 (3.10) Project Root: $HOME/example Project Packages: $HOME/example/__pypackages__/3.10 { "implementation_name": "cpython", "implementation_version": "3.10.1", "os_name": "posix", "platform_machine": "x86_64", "platform_release": "5.13.0-30-generic", "platform_system": "Linux", "platform_version": "#33~20.04.1-Ubuntu SMP Mon Feb 7 14:25:10 UTC 2022", "python_full_version": "3.10.1", "platform_python_implementation": "CPython", "python_version": "3.10", "sys_platform": "linux" }
The text was updated successfully, but these errors were encountered:
5321c8c
No branches or pull requests
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Actual behavior
nbconvert
's share folder is not copied from the cache (although it is in the cache directory)Expected behavior
nbconvert
's share folder's contents is linked correctly.~/example ❯ ls __pypackages__/3.10 bin include lib share
Environment Information
The text was updated successfully, but these errors were encountered: