[Pycharm] Pycharm can not open problem (Mac)

If you think of it like a helpful point that we should not white piao, the point of a brush praise or comment, Thanks ♪ (· ω ·) Techno . This article is the old rules of what is listed first, you think you understand, do not waste time here, other research techniques, there are views can be put forward oh ~ ~ (I have only one request prohibited reproduced, made the article is in order for them to learn, the most annoying copy of the full network is, you can not like to eat this cake but please do not stain it)

Causes problems

For Pycharm can not open this question, my own case, I put the file in the bin directory under Pycharm to change, and led to double-click Pycharm I can not open the App interface. As for why this change will go bin, so that when this document is to pycharm.vmoptions. This document doing, you should know everything, white if you do not know it, whisper it - 0 - I think I said that would be shielded.

note

@note: say three points, the first article about two solutions, the next thing I talked about two possible problems in the middle of reproduction (also, I was checking this question see some comments and questions), and finally I I want to say I think the whole network is the most detailed written how to solve this problem

Ps: ABCD AB do not know what that means, you can basically speculation guess, give it thumbs under review, or have other questions can be raised

Solution one:

When you are modify this document under the bin away because they can not enter into the VM Option by help when ( theoretically you only modify this document ), then follow the steps to carry out 80% of Hao Shi

  1. To find internal documents that Pycharm, as to how to find it?
    Here Insert Picture Description
    cd Applications/PyCharm.app/Contents/bin/
  2. To delete this file, basically like to useHere Insert Picture Description
    rm -rf pycharm.vmoptions

Solution two:

If not make sure you move something else, then I do not doubt, do not doubt, do not say I changed a file Yeah, the probability of problems for modern society, the computer is very small, you do not doubt that doubt yourself this App amiss not to mention still Pycharm, how to do that? Its simple, reload! , Reload! , Reload! (Do not think that you reinstall not read, you re not necessarily lower so that, if you really want to make him so that I may think I wrote the whole network is the most detailed)

  1. For Mac unloading Pycharm is the first step to find the right icon Pycharm "Move to Trash"
  2. To clear the cache, how clean? Copy the following code execution directly
    before to the code I have to say about white may not know how to enter the console! If you know a direct look at the code in this section is like to ignore this part of the
    open console There are several ways I simply say this: I am using a Iterm2, so I generally like the software directly open, that is, into the console, you you can execute the following code. The second is the command + space will come out of such a search box and enter the terminal can also open the console, so you can continue to execute the following code.
    Us how to clear the cache
    cd ~/Library/Preferences/
    rm -rf PyCharm2019.*/
    cd ~/Library/Logs
    rm -rf PyCharm2019.*/
    cd ~/Library/Application\ Support/
    rm -rf PyCharm2019.*/
    cd ~/Library/Caches/
    rm -rf PyCharm2019.*/
    here next to me why Pycharm2019. * Because I'm not sure what you are all safe, so the best way is to delete all. If you know your specific Pycharm version number, you can write Pycharm2019.3 etc., because our aim is to restore to the way the software is not downloaded

I have seen problems

At this point all the solutions I said and done, I am concerned about some other questions, these are my people in search of solutions to address some time to see comments and doubts. So I said
Q1: Because I told you to change that thing must be for AB, and here I can not say Ha, since you have to check the problem, I think you must understand before. Many are for specific versions of ABCD, as to how a particular version is not difficult for most people, but a lot of people lazy, might sometimes do not see anything, so I posted directly
A1: Here I have to say about If you do not have to go directly to access AB JetBrain official website, if you have access to your hosts maps have a problem, so avoid problems to look at the Q2 (Q2 I wrote back to my friend in accordance with the order of operations prepared)
Download the latest version
history version Download

Q2: Because ABCD will probably be valid for fixed version, it certainly does not make him automatically update, in theory, is not updated, because you turn over hosts. But no one can guarantee you wanted Diansha the middle, so you cancel the automatic update, the following direct say how canceled.
A2:
Here Insert Picture Description

Published 21 original articles · won praise 20 · views 1879

Guess you like

Origin blog.csdn.net/weixin_43071838/article/details/104464106