Skip to content

Commit

Permalink
removing always-copy from the uranium sandbox generator, which doesn'…
Browse files Browse the repository at this point in the history
…t work on all distros.
  • Loading branch information
toumorokoshi committed Jan 20, 2016
1 parent d4251a2 commit 868de4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uranium/scripts/uranium_standalone
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def _install_virtualenv(install_dir):
os.chdir(virtualenv_dir) # virtualenv only works in the cwd it is installed in
subprocess.call([sys.executable, virtualenv_executable,
'--no-site-packages',
'--always-copy',
install_dir])
site_py_file = _get_site_file_path(install_dir)
_inject_to_site_py(site_py_file)
Expand Down

0 comments on commit 868de4f

Please sign in to comment.