Closed jscotka closed 6 years ago
This mix multiple problems:
pip3 install --user .
--upgrade
?--user
? Will allow system-wide installation but can cause problems for user installations.install-system
?The question is: do we actually support sudo make install
installation? I don't see it mentioned in README.
@jscotka please use a method which is mentioned in README or suggest how we can improve existing situation.
Edit: @lachmanfrantisek we want to support as few things as possible. Our primary use case is to run colin in a container and that's our focus. Since we have it in Fedora, we also support a case when people install it from official Fedora repos, we also publish to PyPI so that's obvious as well.
Unfortunately we are not able to debug funky installations done by our internal make targets, or installing straight from git -- we can't be sure what's on the target system or even what the target system is.
command
sudo make install
but there is nocolin
binary and no colin dir in sitepackages:ls: cannot access '/usr/lib/python3.6/site-packages/colin*': No such file or directory
after calling
sudo pip2 install .
colin binary is there and also/usr/lib/python2.7/site-packages/colin
, but causes traceback:and command
sudo pip3 install .
will not istall anything to site-packages: