Skip to content

Commit 2e64c7e

Browse files
committed
Prefer $HOME to /home/travis
1 parent b492c72 commit 2e64c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ else
3434
fi
3535

3636
virtualenv --distribute --python=$INSTALL_DEST/$VERSION/bin/python \
37-
/home/travis/virtualenv/$VIRTENV_VERSION
37+
$HOME/virtualenv/$VIRTENV_VERSION
3838

3939
if [[ $ALIAS ]] ; then
4040
ln -s $HOME/virtualenv/$VIRTENV_VERSION $HOME/virtualenv/python$ALIAS

0 commit comments

Comments
 (0)