Closed pkerpedjiev closed 7 years ago
hic2cool is successfully installed using pip:
hic2cool
[peter@mbi-cw-l10381 Forcato-et-al-2017]$ pip install hic2cool Collecting hic2cool Downloading hic2cool-0.3.5.tar.gz Requirement already satisfied: h5py>=2.5.0 in /Users/peter/miniconda3/envs/cenv3/lib/python3.6/site-packages (from hic2cool) Requirement already satisfied: numpy>=1.10.1 in /Users/peter/miniconda3/envs/cenv3/lib/python3.6/site-packages (from hic2cool) Requirement already satisfied: six in /Users/peter/miniconda3/envs/cenv3/lib/python3.6/site-packages (from h5py>=2.5.0->hic2cool) Building wheels for collected packages: hic2cool Running setup.py bdist_wheel for hic2cool ... done Stored in directory: /Users/peter/Library/Caches/pip/wheels/0b/27/e7/a8e78b33ac862af36a385c7cfc8fe615ca5ddb36412d0b5d25 Successfully built hic2cool Installing collected packages: hic2cool Successfully installed hic2cool-0.3.5
But when I try to run it from the command line, it says that hic2cool is not found:
[peter@mbi-cw-l10381 Forcato-et-al-2017]$ hic2cool -bash: hic2cool: command not found
This is using conda and python3.
Fixed as of version 0.3.6.
hic2cool
is successfully installed using pip:But when I try to run it from the command line, it says that
hic2cool
is not found:This is using conda and python3.