Skip to content

Commit

Permalink
installing pip in the virtualenv.
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Jun 2, 2017
1 parent 202c3af commit 19c03a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"pip==9.0.1",
"requests==2.13.0",
"setuptools==35.0.1",
"virtualenv==15.1.0"
"virtualenv==15.1.0",
]

tests_require = [
Expand Down
1 change: 0 additions & 1 deletion uranium/lib/sandbox/venv/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def install_virtualenv(install_dir):
sys.executable,
virtualenv.__file__.rstrip("c"),
"--no-site-packages",
"--no-pip",
"--always-copy",
install_dir
])
Expand Down

0 comments on commit 19c03a6

Please sign in to comment.