Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
shebang problem on osx
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures
View previous topic :: View next topic  
Author Message
hughwung
n00b
n00b


Joined: 12 Dec 2015
Posts: 8

PostPosted: Fri Dec 18, 2015 1:36 am    Post subject: shebang problem on osx Reply with quote

Hey, I think I nearly succeeded in bootstrapping on osx el capitan,
but has one small problem. That is, every time I reinstall portage,
the shebang line in emerge and portageq is something like:
Code:
#!/Users/dom/Gentoo/usr/bin/python -b

which doesn't work on my system, because
Code:
 /Users/dom/Gentoo/usr/bin/python
may be a script.
If manually changed to
Code:
#!/Users/dom/Gentoo/usr/bin/env /Users/dom/Gentoo/usr/bin/python -b

then everything is fine.
Is there any patch for portage or bash that will fix this?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum