Skip to content

Commit

Permalink
new uranium.
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Mar 8, 2016
1 parent 632d41d commit ba6ff0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
]

setup(name='uranium',
version='0.2.31b',
version='0.2.32b',
description='a build system for python',
long_description=open('README.rst').read(),
author='Yusuke Tsutsumi',
Expand Down
2 changes: 1 addition & 1 deletion uranium/lib/sandbox/venv/activate.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def activate_virtualenv(root):
if sys.prefix == root:
return

site_package_dirs = [p for p in sys.path if "site-packages" in p]
site_package_dirs = ["site-packages"]
sys.path = [p for p in sys.path if "site-packages" not in p]

activate_this_path = os.path.join(root, 'bin', 'activate_this.py')
Expand Down

0 comments on commit ba6ff0b

Please sign in to comment.