cfce / chilin

ChIP-seq DC and QC Pipeline
Other
34 stars 12 forks source link

not possible to install in home directory #4

Closed lmanchon closed 7 years ago

lmanchon commented 7 years ago

--Hi,

failed to install in home directory:

python setup.py install --home=/home/me/bin/CHILIN error: unrecognized arguments: --home=/home/me/bin/CHILIN

qinqian commented 7 years ago

The python setup.py install --home and --user is overriden with -f option, it automatically uses virtualenv to install the software