Skip to content

Commit f32249e

Browse files
committed
circleci: Install virtualenv
The default machine step calls virtualenv, which is not installed. Doh!
1 parent 676bc78 commit f32249e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
machine:
22
pre:
33
- python --version
4+
- sudo -H pip install --upgrade virtualenv
45
- brew install pyenv
56
- echo 'eval "$(pyenv init -)"' >> ~/.bash_profile
67
- source ~/.bash_profile

0 commit comments

Comments
 (0)