Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Make sure new virtualenv can still see system packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 12, 2012
1 parent a65685f commit ff83519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -29,4 +29,5 @@ pycuda
pyopencl
pymetis
pyublasext
islpy
hedge
2 changes: 1 addition & 1 deletion repotool
Expand Up @@ -194,7 +194,7 @@ case "$CMD" in
;;

setup-env )
virtualenv env
virtualenv --system-site-packages env
;;

env )
Expand Down

0 comments on commit ff83519

Please sign in to comment.