After some time I got completely confused with Python configuration on my Mac because I couldn't handle Homebrew and pyenv with lack of knowledge. This led me to the failed work of a python IDE Pycharm. Uninstalling pyenv and reinstalling Python (v.3.11) fixed the problem somehow but strange objects stayed on my Mac - may I simply delete them?
after running
find / -perm +111 -type f -iname "python" 2>/dev/null
I found following strange artefacts:
/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/Resources/Python.app/Contents/MacOS/Python
/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/Resources/Python.app/Contents/MacOS/Python
/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/Resources/Python.app/Contents/MacOS/Python
/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/Resources/Python.app/Contents/MacOS/Python
/System/Volumes/Data/Users/admin/.pyenv/versions/3.6.8/Python.framework/Versions/3.11/Python
/System/Volumes/Data/Users/admin/.pyenv/versions/3.6.8/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python
/Users/admin/.pyenv/versions/3.6.8/Python.framework/Versions/3.11/Python
/Users/admin/.pyenv/versions/3.6.8/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python
These objects don't actually prevent the normal work of IDE but I would like to clean the system.