summaryrefslogtreecommitdiff
path: root/pkg/postmkvenv.sh
AgeCommit message (Collapse)Author
2015-08-07[pkg] make postmkenv working in osxKali Kaneko
we won't be using this for packaging though. it can be useful to avoid installing it, although installing from wheel is quite straightforward in osx.
2015-04-24[bug] support /usr/lib64 python path for symlinksIvan Alejandro
On 64bit Fedora/RHEL systems the python path is /usr/lib64 instead of /usr/lib like on Ubuntu systems. This fix allows those users to use the bootstrap_develop.sh script.
2014-09-02Temporarily removing venv from path, to get system lib folderBruno Wagner Goncalves
2014-09-02Removed hard coded path of python app on mac platformBruno Wagner Goncalves
2013-08-07Add pyside-uic support inside venv. Closes #3411.Ivan Alejandro
2013-03-11Add postmkvenv script with PySideTomás Touceda
2013-03-06Remove everything to start from scratchTomás Touceda
2013-01-31fixed error on create pre-existing symlink (1509).antialias
2013-01-02initial OSX packagingkali
2012-09-12checks for systray in unitykali
2012-09-07tox initial file. using global site-packages becausekali
of the unability to pip install PyQt4. postmkvenv workaround for PyQt libs for manual use. pip install breaks because they don't have a standard setup.py installation process