John Vandenberg

Results 1964 comments of John Vandenberg

Probably a good idea to set both, as this image is used by several language runtimes which may each have funky behaviour if one of these is not set.

openSUSE is a Linux distribution which is similar to Fedora/RedHat. Thanks, that has fixed the openSUSE versions which use Python 3.6 and 3.7 , however we have failures occurring on...

I've submitted a PR for the remaining problem https://github.com/andrewbihl/bsed/pull/8 that I can see. The next enhancement would be updating `MANIFEST.in` to include the LICENSE and tests especially in the sdist,...

Actually, neither of those. I was hoping to have shared groups of commands. e.g. `/usr/share/bsed/aliases/rpmbuild.ini` might contain ```ini dos2unix = ... fix_hashbang = ... remove_hashbang = ... ``` Then that...

I havent traced the history, but 6960d2fe9 is where they last changes structure.

I think the appropriate advice these days is to use `--user` instead of sudo. When pip is run as root, it will issue a warning and recommend using `--user`.

This needs to be more cleverly documented. virtualenv is a tool which should be managed by the OS, not specific to coala needs. Windows users do not have `sudo`. Linux...

@SanketDG , `venv` is https://docs.python.org/3/library/venv.html which we do describe how to use at http://api.coala.io/en/latest/Developers/Development_Setup.html#using-venv This issue is about `virtualenv`.

The branch which was create is now very stale. There were blockers to that release which havent been fixed yet, especially https://github.com/coala/coala/issues/5157 . There are also lots of problems which...

@rohanrajpal , you are already assigned to newcomer issues, so I have assigned it to @anaverageguy2 who has correctly diagnosed the problem.