-
Notifications
You must be signed in to change notification settings - Fork 298
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
"Cannot find PSReadLineHistoryFile_1492416817" on ubuntu after installing modules #3698
Comments
@CheeseCrustery thanks for opening this issue! Does this only happen when you have the VMWare PowerCLI module installed? Or does this happen regardless of that module being installed? |
This issue is closed because it has been marked as requiring author feedback but has not had any activity for 7 days. If you think the issue is still relevant, please reopen and provide your feedback. |
Got this same error - my disk is full
|
This issue is closed because it has been marked as requiring author feedback but has not had any activity for 7 days. If you think the issue is still relevant, please reopen and provide your feedback. |
1 similar comment
This issue is closed because it has been marked as requiring author feedback but has not had any activity for 7 days. If you think the issue is still relevant, please reopen and provide your feedback. |
This issue is closed because it has been marked as requiring author feedback but has not had any activity for 7 days. If you think the issue is still relevant, please reopen and provide your feedback. |
4 similar comments
This issue is closed because it has been marked as requiring author feedback but has not had any activity for 7 days. If you think the issue is still relevant, please reopen and provide your feedback. |
This issue is closed because it has been marked as requiring author feedback but has not had any activity for 7 days. If you think the issue is still relevant, please reopen and provide your feedback. |
This issue is closed because it has been marked as requiring author feedback but has not had any activity for 7 days. If you think the issue is still relevant, please reopen and provide your feedback. |
This issue is closed because it has been marked as requiring author feedback but has not had any activity for 7 days. If you think the issue is still relevant, please reopen and provide your feedback. |
@CheeseCrustery It's likely a permission issue to the @brent-ir This could happen when |
Prerequisites
Exception report
Screenshot
Environment data
Steps to reproduce
On ubuntu, install powershell with
sudo snap install powershell --classic
. Download the VMWare PowerCLI https://developer.vmware.com/web/tool/13.1.0/vmware-powercli zip and extract to/usr/local/share/powershell/Modules
.Expected behavior
pwsh
starts normally.Actual behavior
Everytime i start the shell with
pwsh
, I get shown this error. I can still run commands, but after every shell prompt the error is repeated. The error disappears when isudo rm -fr /usr/local/share/powershell/Modules/*
The text was updated successfully, but these errors were encountered: