You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the "Command Not Found" issue, there is another issue that can occur when the python command is not available and only the python3 command exists. This issue mainly arises when the PSmmg.psm from the mmgcli tries to call the python command, which is not available. The error message for this issue looks like:
Program 'python' failed to run: No application is associated with the specified file for this operationAt C:\Program Files\WindowsPowerShell\Modules\PSmmg\PSmmg.psm1:2 char:5+ python -m mmgcli $args+ ~~~~~~~~~~~~~~~~~~~~~~.
At C:\Program Files\WindowsPowerShell\Modules\PSmmg\PSmmg.psm1:2 char:5+ python -m mmgcli $args+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException
+ FullyQualifiedErrorId : NativeCommandFailed
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
The current README is not friendly to people.
Describe the solution you'd like
PSmmg
folder. (https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/ryul1206/multilingual-markdown/tree/master/PSmmg)The text was updated successfully, but these errors were encountered: