Using the poetry virtual environment

1. Modify the default cache path

poetry config cache-dir D:/pypoetry_cache

2. Confirm changes

poetry config --list

3. Create a virtual environment

poetry env use python

4. Install dependencies

poetry install

end!

Guess you like

Origin blog.csdn.net/engchina/article/details/135033595