Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c61e869

Browse filesBrowse files
tacaswellQuLogic
authored andcommitted
Merge pull request #5957 from JanSchulz/miktex_gs
Win: add mgs as a name for ghostscript executable
1 parent 4721d2e commit c61e869
Copy full SHA for c61e869

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎lib/matplotlib/__init__.py

Copy file name to clipboardExpand all lines: lib/matplotlib/__init__.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@ def checkdep_dvipng():
366366

367367
def checkdep_ghostscript():
368368
if sys.platform == 'win32':
369-
gs_execs = ['gswin32c', 'gswin64c', 'gs']
369+
# mgs is the name in miktex
370+
gs_execs = ['gswin32c', 'gswin64c', 'mgs', 'gs']
370371
else:
371372
gs_execs = ['gs']
372373
for gs_exec in gs_execs:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.