Python creates %USERPROFILE% folder

247 Views Asked by At

I am following this link to create a cookie-cutter projet on Windows 10.

During the process at this step;

python3 -m pipx ensurepath

I used python instead of python3, but I am using python 3.7.

The folder %USERPROFILE% gets created, with that name. (Not the windows shortcut).

How to explain this folder creation? How to prevent it from being created?

0

There are 0 best solutions below