-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(eval):source:79: no such file or directory: /Contents/plugins/terminal/.zshenv #1357
Comments
Hey @derkan! Can you run |
@derkan have you installed plugin yet? After installing plugin and restart the IDE, problem solved. |
Hey @derkan! Did you also run into this issue (or are you just speculating on a potential solution)? |
Yes, I've already installed Goland plugin. When running inside Goland Teminal |
Same issue for me even enable integration. |
@mschrage |
@xpader so that is the issue. We use the output of the How did you install PhpStorm? |
@mschrage Download the dmg file from official website. |
Can you run |
~ ls /Applications
ApiPost6.app Microsoft Edge.app TencentMeeting.app
BaiduNetdisk_mac.app Microsoft To Do.app ToDesk.app
Charles.app Nextcloud.app Turbo Boost Switcher Pro.app
CleanMyMac X.app PhpStorm.app Utilities
Clipy.app Postman.app V2rayU.app
CrossOver.app Proxifier.app VLC.app
Fig.app QQ.app VMware Fusion.app
FileZilla.app QQMusic.app VNC Viewer.app
Firefox.app RDM.app Visual Studio Code.app
Google Chrome.app Safari.app WeChat.app
HBuilderX.app Scroll Reverser.app aDrive.app
Hackintool.app Sensei.app iStat Menus.app
Intel Power Gadget ServerCat.app tbswitcher_resources
Karabiner-Elements.app SiteSucker Pro.app wechatwebdevtools.app
Karabiner-EventViewer.app TablePlus.app wpsoffice.app
MailMaster.app Telegram.app |
Got a similar issue right now - my
but this file isn't there:
I cannot create a file in |
Which Jetbrains IDE does this error message appear in? |
I'm getting this issue out of nowhere with IntelliJ, now. Has been working fine for months. |
Hmm thanks for reporting @etcook @neoighodaro Can you both run |
I censored out some private information with |
How did you install the JetBrains IDE? Did you use Toolbox by chance? |
@mschrage yes, I've always installed it via toolbox. |
Same issue since I started using fig a couple month back. IntelliJ is also installed via Toolbox. |
I get the same message in WebStorm 2022.1.4, not installed via toolbox. The WebStorm plugin is installed and |
What's happening here is that Fig attempts to located the location of the application bundle associated with a bundle identifier (eg. Internally, we use the following shell command This error message is printed in cases where the output of this command is empty. I can suppress the error by confirming that the file path is valid, but that will mask the underlying issue. #1069 #1038 |
The end of
Anyway I can fix locally? Didn't find any script it's coming from. |
same problem! |
@yuzhanglong did you also install via Toolbox? Can you run |
The problem suddenly disappeared that day, and now everything is good 😄 |
Installed with Toolbox: ❯ echo $__CFBundleIdentifier
com.jetbrains.intellij
❯ mdfind kMDItemCFBundleIdentifier = com.jetbrains.intellij The |
same issues |
I have the same issue with IntelliJ, not installed via Toolbox. Any workaround? |
I think this happens after IntelliJ up/downgrades. Everything was fine for me on a fresh system using IntelliJ EAP, now after the update to Beta, I have this error again. The IntelliJ application path was changed. |
I upgraded both Fig and my Jetbrains IDEs last night. I started seeing this issue. |
Same here! I got this issue, after i upgraded the Jetbrains IDEs! |
I wonder if Jetbrains products don't copy/move hidden files in plugin folders when upgrading between versions. |
@mschrage The issue is that the file is now down one directory in /zsh, so in the example above, although it can't be found in |
Fixed for me by copying |
I also encountered this problem, and I can't automatically enter the independent python runtime environment after opening the editor, I wonder if this is also a fig problem. |
This just started happening to me today too |
too |
Same error here |
Same error here :( |
Same error since upgrading to PHPStorm 2023.1, also using Toolbox. |
I'm sure this will be fixed eventually, but until then, it's easy to create a symbolic link to the original file that will bridge it. Go into the directory of the error and use the following
|
Same here since last week.. :-( |
I've rolled back PyCharm to version 2022.3.3 and everything went back to normal :-) |
This one fixed my issue with WebStorm latest thank you |
Thanks. Setup a new MacBook with both latest RubyMine and Fig and into this issue. |
I was also facing the same issue, turns out it's because of Fig. The Fig stopped working on my machine and that led to this CLI error for WebStorm. When I uninstalled Fig, suddenly the error was also gone. |
Simple solution:
|
This will be fixed in the next release! |
Description:
Every time I open terminal in Goland I get this error:
There is no path starting with
/Content/...
on my system.Details:
fig diagnostic
Fig Diagnostics
Fig details:
Hardware Info:
OS Info:
Environment:
Integrations:
The text was updated successfully, but these errors were encountered: