[DiscordArchive] <@283455627538333696> I know you use python. Do you know the command to make pip use a specific comp
[DiscordArchive] <@283455627538333696> I know you use python. Do you know the command to make pip use a specific comp
Archived author: Skarn • Posted: 2018-10-26T08:05:40.315000+00:00
Original source
<@283455627538333696> I know you use python. Do you know the command to make pip use a specific compiler?
Archived author: schlumpf • Posted: 2018-10-26T08:05:41.649000+00:00
Original source
In general: you can disable the pager by setting the config option globally to cat.
xargs is the application you want for stdin→args.
git log —format=pretty:%h | xargs git rev-parse
Archived author: schlumpf • Posted: 2018-10-26T08:06:12.443000+00:00
Original source
<@!197724887387734016> likely setting the CC and CXX environment variables
Archived author: Quantam • Posted: 2018-10-26T08:06:23.913000+00:00
Original source
<@!197724887387734016> Nope. I'm just being lazy and using the Python that came with VS for now
Archived author: Skarn • Posted: 2018-10-26T08:07:01.306000+00:00
Original source
<@160857905879449600> of the system? ugh
Archived author: schlumpf • Posted: 2018-10-26T08:08:50.351000+00:00
Original source
Oh windows? No idea there.
Archived author: schlumpf • Posted: 2018-10-26T08:09:32.419000+00:00
Original source
`CC=gcc CXX=clang++ pip install` is what I was aiming at.
Archived author: schlumpf • Posted: 2018-10-26T08:11:23.938000+00:00
Original source
<@283455627538333696> `xargs -n10 git rev-parse < file` takes 10 limes out of the file per invoke. Some applications (not sure if git) also Support `git rev-parse @file` for reading arguments from@file.
Archived author: Skarn • Posted: 2018-10-26T08:25:01.292000+00:00
Original source
<@160857905879449600> mac
Archived author: Skarn • Posted: 2018-10-26T08:27:12.742000+00:00
Original source
<@160857905879449600> it still tries to link with clang