-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update documentation for manual installation #73
Comments
Can you throw up a github link to that commit? |
Ah, I was wondering if it had to do with the setuptools integration. |
This is definitely a problem with Python 3.6 or older setuptools.
The script is generated as a wrapper, and not the whole script is copied:
|
Okay this kind of wrapper script actually should work, what I did on Ubuntu 18.04:
Can you please verify this again, maybe check this In the older versions |
Thank you. All OK. I uninstalled.
Next, I deleted everything that I found in /usr/local
I pulled master and installed again:
Result - successful
I think that part of the previous installations disrupted normal operation. The problem can be closed. I think it would be nice to add in README that in case of a failure during installation, the user has to make sure that there are no files left from the previous installation. @lazyfrosch Thank you for your help. |
I'm thinking about updating the After #70 that is. |
Also for ubuntu I added some packages
|
Adding a clean target would be a nice touch, as I tend to run |
Came upon this extension to setuptools yesterday: pypa/setuptools#1347 (comment) |
The wrapper script only solved part of the problem. As well, None of the assets were being installed (see #227). I managed to find the magic invocation that installs assets where the system expects them to be. Can we close this bug, and re-open one for the clean target? I always have to read through this bug to figure out why it's not closed yet. |
I did not check but this seems rather old, is this really still an issue, or this can be closed. I assume there would be activity if it were. |
Going to close this. If @lazyfrosch still wants to fix his clean command, he can open a new one :) |
I updated code and reinstalled last version from
master.
But I got error when starting:
I found using
git bisect
last good commite4cd22b7
after this commit I can't start application.Could you please check or update
INSTALLATION.md
how to installterminator
correctly.I am using
UBUNTU 18.04
.Now I am using version from good commit:
git co e4cd22b7
The text was updated successfully, but these errors were encountered: