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.

Switch to python3

See original GitHub issue

Hello,

dotbot currently doesn’t work on systems where only python3 is installed, as it looks for the python binary. This means that dotbot doesn’t work out of the box on a modern and minimal system (like a minimal Debian stretch). It’s probably time to switch to python3.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
paridecommented, Apr 19, 2017

I’d just change the order of the binaries, looking for python3 first. But that’s up to you.

0reactions
anishathalyecommented, Apr 19, 2017

Hmm, good point. Moved python3 up to the top.

Commit 53eb3851d1115bc825bdf1c4d6f9407e8ff414d4 (v1.11.0) incorporates these fixes.

Thanks for the bug report!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do you switch between python 2 and 3, and vice versa?
open control panel > system and security > system · click advanced system settings. · click environment variables. · click path and edit...
Read more >
How to switch between Python 3 versions - DEV Community ‍ ‍
How to switch between Python 3 versions · $ python3 --version Python 3.6. · $ sudo apt update -y && sudo apt install...
Read more >
The right and wrong way to set Python 3 as default on a Mac
The right and wrong way to set Python 3 as default on a Mac · 1. Install pyenv · 2. Install Python ·...
Read more >
Everything you need to know about the switch to Python 3
Kali Linux fully switched to Python 3. This means that any tool packaged by Kali that was using Python 2 has been either...
Read more >
Change the Python3 default version in Ubuntu
Check python version on terminal: python --version · Execute this command to switch to python 3.6: sudo update-alternatives --install /usr/bin/ ...
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