0

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?

tdelaney
  • 73,364
  • 6
  • 83
  • 116
dirtyw0lf
  • 1,899
  • 5
  • 35
  • 63
  • 1
    pipx does not contain that string anywhere. Try typing "set H" in a command shell. Is it possible you have an environment variable called HOME that is set to %USERPROFILE%? That is a mistake, and that would confuse the Python `pathlib` module. – Tim Roberts Mar 03 '21 at 00:39
  • this is the answer. thanks @TimRoberts – dirtyw0lf Mar 03 '21 at 01:51

0 Answers0