Miranda9

- Total activity 76
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 17
-
Miranda9 created a post, Answeredpycharm complaining about git installed wrong despite it just pushing to git!
Git is definitively working fine...even within pycharm! Why am I getting this issue still:```5:40 PM Git is not installedxcrun: error: unable to load libxcrun (dlopen(/Library/Developer/CommandLine... -
-
-
Miranda9 created a post, What is the step by step instructions to upgrade my PyCharm from intel silicon to M1 Chip?
When I restored from a time machine pycharm was already there but it was the intel pycharm on my m1 mac. I don't want to lose all my project settings and deployment. Also, I don't understand if I h... -
-
-
-
Miranda9 created a post, How to stop PyCharm's break/stop/halt feature on handled exceptions (i.e. only break on python unhandled exceptions)?
I have that PyCharm is halting on all my exceptions, even the ones I am handling in a `try except` block. I do not want it to break there - I am handling and perhaps expecting an error. But every o... -
Miranda9 created a post, Does uploading to server/deployment overwrite files?
If I manually select a file, does it overwrite the file in the server? I know if I download it asks if I am sure I want to do it but I am unsure if it thats true when sending uploading files. -
Miranda9 created a post, Why is my python environment not appearing on the bottom right of the IDE?
How can I make it appear? It seems it is fine when I check preferences python interpreter...in addition pycharm ide is not finding my import statements either...why? How do I have it always show it...