python configuration
---

diff --git a/etc/profile.d/python_path.sh b/etc/profile.d/python_path.sh
new file mode 100644
--- /dev/null
+++ b/etc/profile.d/python_path.sh
@@ -0,0 +1,1 @@
+export PATH=/opt/Python27:/opt/Python27/Scripts:$PATH
diff --git a/opt/Python27/Lib/distutils/distutils.cfg b/opt/Python27/Lib/distutils/distutils.cfg
new file mode 100644
--- /dev/null
+++ b/opt/Python27/Lib/distutils/distutils.cfg
@@ -0,0 +1,2 @@
+[build]
+compiler=mingw32
