Skip to content

Commit

Permalink
fix enabling virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
atarkowska committed Mar 31, 2016
1 parent ca1c3e7 commit b96e2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/step01_centos6_py27_ius_deps_experimental.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
yum -y install redis python-redis

set +u
source /opt/rh/python27/enable
source /home/omero/omeroenv/bin/activate
set -u

pip install django-redis-cache=>1.6.5
Expand Down

0 comments on commit b96e2b5

Please sign in to comment.