question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Executable not installing to bin

See original GitHub issue

I realize this could be a very isolated case as no one else on my team has encountered it, but nevertheless I’m curious if someone else has seen an issue installing pipenv where the executable does not get placed in Python/2.7/bin/?

I’m running macOS Sierra 10.12.3 and Python 2.7.10

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
nateprewittcommented, Mar 21, 2017

Ok, it looks like pip is possibly using a different python executable then. It’s likely somewhere in the /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app path that the pipenv executable is being installed. If that’s not being added to your PYTHONPATH, then pipenv won’t work as expected. I’d also verify your $ python executable is bound to #!/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python, and not /Library/Frameworks/Python.framework/Versions/2.7/bin/python or some other path.

Since this isn’t directly related to Pipenv, I’m going to close this out for now. Please let us know if you find any further issues directly related to the Pipenv project. Thanks for taking the time to document this in an issue, and feel free to leave additional notes when you solve things.

0reactions
frankVcommented, Mar 21, 2017

Sorry, I misunderstood, the shebang was: #!/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why doesn't Yarn install all executables in .bin folder?
The problem is when I use Yarn to install, the node_modules/. bin/ folder does not contain all the necessary executables, like tslint ,...
Read more >
How to Run an .Exe on a .Bin - Small Business - Chron.com
1. Click “Start” and click “Computer.” · 2. Right-click the virtual drive and click “Explore.” This displays the contents of the .BIN file....
Read more >
Python310//python.exe' is not executable. Is it the python binary?
Please make sure that this is a build/installation issue and also refer to the troubleshooting documentation before raising any issues.
Read more >
Mongo.exe file not found in "C:\Program Files ... - MongoDB
Hi, I install the mongoDB community server one and I also added bin folder to path. But in bin folder i did not...
Read more >
Compile and install the application
While the go run command is a useful shortcut for compiling and running a program when you're making frequent changes, it doesn't generate...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found