Revert "Changing python path for brew installation"

This reverts commit fa96f6d352.

Thinking about it, it would be horrible for deployment. Need to rethink this.
Klayout will break once python goes to 3.7 and brew updates it.
This commit is contained in:
Thomas Ferreira de Lima 2018-03-15 01:32:44 -04:00
parent 305240ccc3
commit b5b3144aba
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python3 #! /usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
#=============================================================================== #===============================================================================

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python3 #! /usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
#=============================================================================== #===============================================================================
@ -189,10 +189,10 @@ Python36MacPorts= { 'exe': '/opt/local/Library/Frameworks/Python.framework/Versi
} }
# Python 3.6 from Brew *+*+*+ EXPERIMENTAL *+*+*+ # Python 3.6 from Brew *+*+*+ EXPERIMENTAL *+*+*+
# [Key Type Name] = 'B36' # [Key Type Name] = 'pybrew'
Python36Brew= { 'exe': '$(realpath /usr/local/opt/python/libexec/bin/python)' , Python36Brew= { 'exe': '/usr/local/opt/python/libexec/bin/python' ,
'inc': '$(realpath /usr/local/opt/python3/Frameworks/Python.framework/Versions/3.6/Headers)', 'inc': '/usr/local/opt/python3/Frameworks/Python.framework/Versions/3.6/Headers',
'lib': '$(realpath /usr/local/opt/python3/Frameworks/Python.framework/Versions/3.6/Python)' 'lib': '/usr/local/opt/python3/Frameworks/Python.framework/Versions/3.6/Python'
} }
# Consolidated dictionary kit for Python # Consolidated dictionary kit for Python