Executable not installing to bin
See original GitHub issueI 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:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 thepipenv
executable is being installed. If that’s not being added to yourPYTHONPATH
, thenpipenv
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.
Sorry, I misunderstood, the shebang was:
#!/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python