mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
Improve symlink command
This commit is contained in:
@@ -96,7 +96,6 @@ class VenvCommand(Command):
|
||||
if options.no_site_packages:
|
||||
virtualenv_options += '--no-site-packages'
|
||||
|
||||
print 'in create'
|
||||
output = []
|
||||
for arg in args[1:]:
|
||||
target_dir = os.path.join(self._workon_home, arg)
|
||||
|
||||
Reference in New Issue
Block a user