0

I created a venv in Pycharm, but it does not recognize file with .exe type. There is a question mark by each file. question marks by .exe files

When i run python --version to check whether i have python on my laptop at all, I do. But once i run the commands to create an app in django, it just prints out python. Thats all. commands i executed

I tried to add .exe into file name patterns in Files opened in associated applications, but it didn't change anything. Am i doing it in the wrong place? How do i make .exe files recognizable to Pycharm? .exe added to file name patterns

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
  • You dont need PyCharm to recognize exe files. The terminal output is completely separate from your IDE – OneCricketeer Apr 06 '23 at 20:59
  • Do you have some **other** `python3` executable in your PATH, or current directory where you run the command that just has `print("Python")`?? – OneCricketeer Apr 06 '23 at 21:00
  • 1
    @OneCricketeer You were right! I was fixing my attention on those question marks in side panel, when it wasn't even a problem. Apparently i was running the wrong command to start an app in django. It was valid for older versions, but not for the newest one. I'm sorry to waste your time. I'm a newbie, so i make stupid mistakes. But u really helped me to shift my attention to the problem. Thank you!Thank you!Thank you! – RomanaDiana Apr 06 '23 at 22:40

0 Answers0