Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dev script: fix Windows+vagrant+virtualenv | Maximilian Hils | 2015-08-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into hardfailvenv | Jim Shaver | 2015-06-23 | 1 | -0/+3 |
|\ | | | | | | | | | Conflicts: dev | ||||
| * | make dev script more robust, fix #556 | Maximilian Hils | 2015-04-13 | 1 | -0/+3 |
| | | |||||
* | | revert change, already done on master. | Jim Shaver | 2015-06-23 | 1 | -1/+1 |
| | | |||||
* | | Add a check to see if virtualenv is installed. | Jim Shaver | 2015-06-23 | 1 | -2/+2 |
|/ | |||||
* | ./dev: echo what we have done | Maximilian Hils | 2015-03-14 | 1 | -1/+6 |
| | |||||
* | simplify virtualenv | Maximilian Hils | 2015-03-14 | 1 | -0/+6 |
- add dev.bat for Windows users - remove ~/.pipcache creation. If that causes issues with PyInstaller, we should use pip --no-cache-dir there or rm -r pip.locations.USER_CACHE_DIR. - remove superfluous pip install calls. |