[mamba-help] mamba installation issue
Brought to you by:
mrivasbroad
|
From: Rathi, K. S <RA...@EM...> - 2017-07-12 16:49:33
|
Hi, I am trying to install mamba like this: # current working directory $ pwd /mnt/isilon/cbmi/variome/bin/mamba-1.0.0 $ ls bin config.h.in configure INSTALL listDepends.r mkinstalldirs Rdepends.lst CHANGES config.log delete install-sh Makefile python setuptools-0.6c11-py2.7.egg config.h config.status ensureDepend.r list Makefile.in R # follow instructions to install $ export MAMBA=/mnt/isilon/cbmi/variome/bin/mamba-1.0.0/bin/ $ export PYTHONPATH=$PYTHONPATH:/home/rathik/tools/miniconda3/envs/py27/lib/python2.7/site-packages $ source activate py27 # activate python 2.7 env $ wget http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg; $ sh setuptools-0.6c11-py2.7.egg --install-dir=$MAMBA; TEST FAILED: /mnt/isilon/cbmi/variome/bin/mamba-1.0.0/bin/ does NOT support .pth files error: bad install directory or PYTHONPATH You are attempting to install a package to a directory that is not on PYTHONPATH and which Python does not read ".pth" files from. The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was: /mnt/isilon/cbmi/variome/bin/mamba-1.0.0/bin/ and your PYTHONPATH environment variable currently contains: '' Here are some of your options for correcting the problem: * You can choose a different installation directory, i.e., one that is on PYTHONPATH or supports .pth files * You can add the installation directory to the PYTHONPATH environment variable. (It must then also be on PYTHONPATH whenever you run Python and want to use the package(s) you are installing.) * You can set up the installation directory to support ".pth" files by using one of the approaches described here: http://peak.telecommunity.com/EasyInstall.html#custom-installation-locations Please make the appropriate changes for your system and try again. I am getting the above error. Can you please assist me here. Thanks, -- Komal S. Rathi Bioinformatics Scientist II Department of Biomedical and Health Informatics The Children’s Hospital of Philadelphia |