Replies: 6 comments 8 replies
-
I assume this is for |
Beta Was this translation helpful? Give feedback.
-
We are concerned about users wishing to coinstall various pythons and not having them conflict.. now given we adopt fhs layout for ours that may not be such a problem but we might also want to consider avoiding conflicts with e.g. cygwin python or msys2 python. |
Beta Was this translation helpful? Give feedback.
-
My idea also that Python will work with its own home even if it using not from MSYS2 shell |
Beta Was this translation helpful? Give feedback.
-
This idea looks like #7564 |
Beta Was this translation helpful? Give feedback.
-
I'm liking the discussions thing btw! It's really good to get an official discussion and record of our thoughts and plans before we commence work! |
Beta Was this translation helpful? Give feedback.
-
Also, the below code which currently returns, Windows Home, should return msys2 home. >>> os.path.expanduser('~')
'C:\\Users\\User' |
Beta Was this translation helpful? Give feedback.
-
For the continue of #7619 I have idea to override Windows HOME folder for user data.
Possible values are:
I want to hear what Python users think about it? It can solve problem with co-existing with official Python installations and do Mingw python some more possibilies to relocate when move folder to other PC.
Beta Was this translation helpful? Give feedback.
All reactions