Hi, 'setup.py install' should not be used for installation. It's best to use a package manager like "easy_install" which has a local installation option, or to use pip. These will install the binaries along with the package, and they'll typically go into a directory like "~/.local/bin" -- which you can add to your PATH environment variable.
See: https://pythonhosted.org/setuptools/easy_install.html#use-the-user-option Yarden On Aug 21, 2014, at 9:52 AM, Dian Jiao wrote: > Hi, > > I was trying to install Miso on a cluster I do not have root for. This > is the command I used: > > python setup.py install --prefix=~/miso0.5.2 > > After the installation, only a folder with the name lib is generated > in ~/miso0.5.2 directory. None of the executables, miso, > summarize_miso, etc is generated and copied to my ~/bin/. > > No suspicious error message from the installation. And I am using > python 2.7. I could import misopy and pysplicing without any problem. > What did I do wrong? > > DJ > _______________________________________________ > miso-users mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/miso-users -- Yarden Katz <[email protected]> _______________________________________________ miso-users mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/miso-users
