Wade Zhang
Wade Zhang
It seems that bumpversion doesn't work with multiline string. Here is my `CHANGELOG.md`: ``` ## Unreleased ## - xxxx ## 0.0.2 -- 2015-12-08 ## - yyyy ``` And here is...
POSIX doesn't support bash features like `[[` and `=~`. Rewrite the function with POSIX-compliant syntax.
People may install python into a non-standard location other than `/usr`, such as `$HOME`. That means `DIST_MODULE_PATH` should be always based on `sys.prefix`.
Close #48
I try to install rust from a mirror: ``` export RUSTUP_DIST_SERVER=https://mirrors.ustc.edu.cn/rust-static rustup.sh --channel=beta # Or --channel=nightly ``` But curl still downloads from https://static.rust-lang.org/ `rustup.sh --channel=stable` works as expected. How to...
**Steps to reproduce** Run `bash setup.bash` with a tool homepage url like `https://github.com/user/repo#readme` **Expected behavior** `setup.bash` replaces `` with the url.