in the directory `lpython/src/bin`, create a symbolic link from lpython to python ```bash ln -s lpython python ``` In PyCharm, create a new project and set up its interpreter to be that `lpython/src/bin`: <img width="878" alt="image" src="https://github.com/lcompilers/lpython/assets/207047/7625c529-98d7-4207-ae5c-45bce4930420"> ignore all the warnings and errors. It starts to work! <img width="881" alt="image" src="https://github.com/lcompilers/lpython/assets/207047/b5fa1aa8-7f2b-4687-ad9d-c08fd85d3cf8">