58 | | user@osgeolive:~/src/rio-cogeo$ python setup.py install --help |
59 | | /usr/lib/python2.7/dist-packages/setuptools/dist.py:397: UserWarning: Normalizing '1.0dev.1' to '1.0.dev1' |
60 | | normalized_version, |
61 | | Common commands: (see '--help-commands' for more) |
62 | | |
63 | | setup.py build will build the package underneath 'build/' |
64 | | setup.py install will install the package |
65 | | |
66 | | Global options: |
67 | | --verbose (-v) run verbosely (default) |
68 | | --quiet (-q) run quietly (turns verbosity off) |
69 | | --dry-run (-n) don't actually do anything |
70 | | --help (-h) show detailed help message |
71 | | --no-user-cfg ignore pydistutils.cfg in your home directory |
72 | | |
73 | | Options for 'install' command: |
74 | | --prefix installation prefix |
75 | | --exec-prefix (Unix only) prefix for platform- |
76 | | specific files |
77 | | --home (Unix only) home directory to install |
78 | | under |
79 | | --user install in user site-package |
80 | | '/home/user/.local/lib/python2.7/site- |
81 | | packages' |
82 | | --install-base base installation directory (instead of |
83 | | --prefix or --home) |
84 | | --install-platbase base installation directory for |
85 | | platform-specific files (instead of -- |
86 | | exec-prefix or --home) |
87 | | --root install everything relative to this |
88 | | alternate root directory |
89 | | --install-purelib installation directory for pure Python |
90 | | module distributions |
91 | | --install-platlib installation directory for non-pure |
92 | | module distributions |
93 | | --install-lib installation directory for all module |
94 | | distributions (overrides --install- |
95 | | purelib and --install-platlib) |
96 | | --install-headers installation directory for C/C++ |
97 | | headers |
98 | | --install-scripts installation directory for Python |
99 | | scripts |
100 | | --install-data installation directory for data files |
101 | | --compile (-c) compile .py to .pyc [default] |
102 | | --no-compile don't compile .py files |
103 | | --optimize (-O) also compile with optimization: -O1 for |
104 | | "python -O", -O2 for "python -OO", and |
105 | | -O0 to disable [default: -O0] |
106 | | --force (-f) force installation (overwrite any |
107 | | existing files) |
108 | | --skip-build skip rebuilding everything (for |
109 | | testing/debugging) |
110 | | --record filename in which to record list of |
111 | | installed files |
112 | | --install-layout installation layout to choose (known |
113 | | values: deb, unix) |
114 | | --old-and-unmanageable Try not to use this! |
115 | | --single-version-externally-managed used by system package builders to |
116 | | create 'flat' eggs |
117 | | |
118 | | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] |
119 | | or: setup.py --help [cmd1 cmd2 ...] |
120 | | or: setup.py --help-commands |
121 | | or: setup.py cmd --help |
122 | | |
123 | | user@osgeolive:~/src/rio-cogeo$ python setup.py install --user |
| 59 | |
| 60 | user@osgeolive:~/src/rio-cogeo$ **python setup.py install --user** |