diff options
author | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-01-28 16:49:15 -0200 |
---|---|---|
committer | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-01-28 16:49:15 -0200 |
commit | 188a0d0f3c8fcc3160c8b9480ebd7078a89f178c (patch) | |
tree | 64a928c3884fb7f34035bcb1d26f78d76359b02a /service | |
parent | 06d99e2d4981e81ae7c4dfd7b3964ca3ddbcefd2 (diff) |
Added pip commands to uninstall and install right version for gnupg and scrypt
Diffstat (limited to 'service')
-rwxr-xr-x | service/go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ function setuppy { pip install -r test_requirements.txt python setup.py develop $* + pip uninstall -y scrypt; pip install scrypt + pip uninstall -y gunpg; pip install gnupg==1.2.5 } function setupjs { |