Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fea3d54

Browse files
committed
point to osx faq rather than venv faq
1 parent 92cc18e commit fea3d54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/_macosx.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3093,8 +3093,8 @@ static bool verify_framework(void)
30933093
"installing Python as a framework on Mac OS X. Please either reinstall "
30943094
"Python as a framework, or try one of the other backends. If you are "
30953095
"using (Ana)Conda please install python.app and replace the use of 'python' "
3096-
"with 'pythonw'. If you are working with Matplotlib in a virtual enviroment "
3097-
"see 'Working with Matplotlib in Virtual environments' in the Matplotlib FAQ");
3096+
"with 'pythonw'. See 'Working with Matplotlib on OSX' "
3097+
"in the Matplotlib FAQ for more information.");
30983098
return false;
30993099
}
31003100

0 commit comments

Comments
 (0)