Skip to content

Commit d55b3a9

Browse files
committed
Avoid issues when in a pre-3.5 virtualenv
1 parent 072fee8 commit d55b3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Installation
2828

2929
2. Add the following line to the end of your `~/.bashrc`:
3030

31-
PROMPT_COMMAND="$PROMPT_COMMAND"'; PS1="$(python3 ~/share/ps1.py "${PS1_GIT:-}")"'
31+
PROMPT_COMMAND="$PROMPT_COMMAND"'; PS1="$(/usr/bin/python3 ~/share/ps1.py "${PS1_GIT:-}")"'
3232

3333
Replace `~/share/ps1.py` with the location you saved `ps1.py` at as
3434
appropriate.

0 commit comments

Comments
 (0)