-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
pip default is now userdir
Requires some cleanup, doesn't it? Are the new --prefix=$PREFIX on pip required? Why ? |
pip has changed the default install behavior, so I guess this was
choosen to be on the safe side. Also some parts have been
developed/tested separately (boost/GL/tensorflaw), there the prefix was
needed.
So, yes it's worth checking what happens if the prefix is dropped
P.S. I've noted 2 questions, and no cudos -- a bit poor according to the
massive overhaul done by David :)
Donald Buczek wrote:
… Requires some cleanup, doesn't it?
Are the new --prefix=$PREFIX on pip required? Why ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub Enterprise
<#107?email_source=notifications&email_token=AAAACSOEI75LZK3OWIUWYPTRJIM3ZA5CNFSM2HUAVRRW63LNMVXHIX3UPFYGLLCJONZXKZKDN5WW2ZLOOSVGG33NNVSW45C7NFSM2I7V#issuecomment-9205>,
or unsubscribe
<https://github.molgen.mpg.de/notifications/unsubscribe-auth/AAAACSLV73GP7ESKV2MWFV3RJIM3ZANCNFSM2HUA>.
--
Thomas Kreitler - Information Retrieval
kreitler@molgen.mpg.de
49/30/8413 1702
|
If the pythonpath not writable for the user, pip use dir in the homedirectory. To be on the safe side I have decide to add prefix on all pip commands. |
O, I just realized, that most of the changes to the build script are not in this PR but were already committed directly on the master beginning with 10307f6. Was this intended? |
@david, thank you for the changes. Were changes forcefully pushed to the master branch though?
|
So, commit 10307f6 (Python-3.7.6: Add package from https://github.molgen.mpg.de/mariux64/pkg-scripts/pull/104/files) is already in the (original) master branch. |
This is the new origin/master, merge/pull request #104 was lost.
|
So the #104 merge was force-pushed away? |
#104 was the last PR, #105 and #106 are issues, #107 is this one. So we could reset the master to the merge commit of #104 which is e711d4d and rebase this branch on top of it. But we'd still have no commits, where python-3.7.6-0.build.sh came from. 10307f6 is a bit mysterious and the changes from the previous version ( like the A pitty, it doesn't build, which propably is caused by some updated PiPy modules. I hate it... Maybe we should freeze all versions in the build scripts, but how to do updates then?
|
where did you get this line? |
It was printed by |
|
some commits are on the master. This was a mistake from me. I will clean this |
Sorry for bothering, but to me the topic reads 'Add/update python 3.7.6' The thread content now is about 'how did we loose a commit with git/git-hub' (LOL) To me this deems nonconstructive and close to ridiculus, 'caus it doesn't make the build script any better -- so shouldn't this be moved to a place where the discussion can take place just for the people that are interested in themes like that? (excuse the bad formatting, but this web-app doesn't seem to support my browser) |
I cannot reset to this or mean you the last commit there 39a7b0b ?
|
Probably because you forgot to fetch the origin/master branch before you forced pushed. So you never got the git objects. Anyway, I force pushed e711d4d to origin/master now, and put your commits in
Then force push this to this merge/pull request,or close this merge/pull request and open a new one so to have a clean discussion. |
ty Paul |
No description provided.