From 54eed222217b985bfc5cba6bf390266e43657828 Mon Sep 17 00:00:00 2001 From: hhatto Date: Tue, 15 Oct 2013 00:54:45 +0900 Subject: [PATCH] remove local site-package path --- src/_setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_setup.py b/src/_setup.py index b12ba82..ab61f83 100644 --- a/src/_setup.py +++ b/src/_setup.py @@ -232,7 +232,7 @@ _setuppy_install() { "--prefix=[installation prefix]" \ "--exec-prefix=[(Unix only) prefix for platform-specific files]" \ "--home=[(Unix only) home directory to install under]" \ - "--user[install in user site-package '/home/hattori/.local/lib/python2.7/site-packages']" \ + "--user[install in user site-package]" \ "--install-base=[base installation directory (instead of --prefix or --home)]" \ "--install-platbase=[base installation directory for platform-specific files (instead of --exec-prefix or --home)]" \ "--root=[install everything relative to this alternate root directory]" \ @@ -549,7 +549,7 @@ _setuppy_develop() { "--force-installation-into-system-dir[force installation into /usr]" \ "-0[force installation into /usr]" \ "--no-find-links[Don't load find-links defined in packages being installed]" \ - "--user[install in user site-package '/home/hattori/.local/lib/python2.7/site-packages']" \ + "--user[install in user site-package]" \ "--uninstall[Uninstall this source package]" \ "-u[Uninstall this source package]" \ "--egg-path=[Set the path to be used in the .egg-link file]" \ @@ -603,7 +603,7 @@ _setuppy_easy_install() { "--force-installation-into-system-dir[force installation into /usr]" \ "-0[force installation into /usr]" \ "--no-find-links[Don't load find-links defined in packages being installed]" \ - "--user[install in user site-package '/home/hattori/.local/lib/python2.7/site-packages']" \ + "--user[install in user site-package]" \ "*::setup.py commands:_setup.py" }