puntonim / promptastic

A fantastic prompt for Bash
http://painl.es/promptastic/
Apache License 2.0
81 stars 16 forks source link

Let user chose between Python 2 or 3 during installation #19

Open puntonim opened 9 years ago

puntonim commented 9 years ago

During installation ask the user if she wants to use Python 2 or 3. The installation will automatically change the first line in promptastic.py: #!/usr/bin/env python3

dzogrim commented 5 years ago

Yep, I agree with that! Could be very nice to get the choice for Python3 that handle more than ascii chars in the prompt… a lot of failure with Python2 BTW. 👍 Thanks!