Skip to content

Commit e9cb704

Browse files
committed
everyone gets a virtualenv
1 parent 4386564 commit e9cb704

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
# Install packages
3535
- name: Install virtualenv
3636
pip: name=virtualenv executable="{{python_pip_path}}" umask="{{python_pip_umask}}"
37-
when: python_major_version == '2'
3837

3938
- name: Install global packages
4039
pip: name="{{item}}" state=present executable="{{python_pip_path}}" umask="{{python_pip_umask}}"

0 commit comments

Comments
 (0)