mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
a83551956e
git-svn-id: http://svn.pyinstaller.org/trunk@617 8dd32b29-ccff-0310-8a9a-9233e24343b1
4 lines
139 B
Python
4 lines
139 B
Python
import os
|
|
targetdir = os.environ.get("_MEIPASS2", os.path.abspath("."))
|
|
os.environ["MATPLOTLIBDATA"] = os.path.join(targetdir, "mpl-data")
|