Bharadwaj Raju
Bharadwaj Raju
Sorry, saw you have a `debian/` directory with a Debian package (but no built `.deb`...)
I've yet to test building the package. PPAs can work on any deb-based system (Debian included, but Debian requires a few packages (`software-properties-common`, `python-software-properties`) to be installed before PPA usage)....
Build fails after installing all packages specified in `debian/control`: ``` bash $ ./autogen.sh [ Some output truncated... ] ./configure: line 13369: syntax error near unexpected token `1.35.9' ./configure: line 13369:...
Probably because of the slash, ZSH treats it as a directory. Maybe there is a similar handler, for no file or directory (`file_directory_not_found`, maybe)?
No, works for me (zsh 5.2, prezto, Arch Linux, default python is python 3, terminal emulators: tilda and konsole): ``` $ 25/5 5.0 ```
Pretty sure it's either a problem with @chadgh's zsh version or terminal emulator. @chadgh Can you test with another emulator?
Works on xterm...
Maybe the zpyi version is old? There have been a few commits since the report date.
Try running zsh in 'safe mode': ``` $ zsh -f hostname% source ~/.zpyi/zpyi.zsh hostname% 25/5 5.0 # Hopefully... ```
What about Python's floor division operator: `25//5`?