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

Skip to content

Commit cfb1960

Browse files
committed
Document the use of pythonw in the docs
1 parent d5af573 commit cfb1960

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/_macosx.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3092,8 +3092,9 @@ static bool verify_framework(void)
30923092
"framework. See the Python documentation for more information on "
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 "
3095-
"Working with Matplotlib in a virtual enviroment see 'Working with "
3096-
"Matplotlib in Virtual environments' in the Matplotlib FAQ");
3095+
"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");
30973098
return false;
30983099
}
30993100

0 commit comments

Comments
 (0)