Norio Kimura

Results 1 issues of Norio Kimura

The line of .pythonbrew/etc/bashrc: ``` cat /dev/null > "$PATH_HOME_ETC/venv.run" ``` should be changed to: ``` cat /dev/null >| "$PATH_HOME_ETC/venv.run" ``` When noclobber option is set by '`set -o noclobber`', redirections...