Hacker News new | ask | show | jobs
by kanche 1052 days ago
Does anyone have this problem where `/users` present in any path in the run configuration capitalize upon Pycharm exit? e.g. https://imgur.com/2gy8S9k. (I think it happens because in the server I have /users folder and in MacOS I have /Users and it tries to autocorrect path?) It is extremely annoying as everytime I have to revert all the changes pycharm does to all my run configurations. I remember there is a bug entry for this which has been open for quite some time.

Also I am using PyCharm 2022.1.4 (Professional Edition) because they removed the functionality to edit/customize ssh interpreters in the later versions.

I love PyCharm, as I work mainly with ssh interpreters my patience is tested everyday

1 comments

Have you tried using a tilde(~) as opposed to the `/users/<user>` in the path? I wonder if that would fix the issue