virtualenv location

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-01-10 09:39:53 -05:00
parent 27230d2569
commit b9ecc8c522
+1 -10
View File
@@ -195,16 +195,7 @@ class PipenvProject(object):
@property
def virtualenv_location(self):
# return self._
pass
# @property
# def site_packages_location(self):
# pass
# @property
# def python_home_location(self):
# pass
return self._run('--venv').out.strip()