summaryrefslogtreecommitdiffstats
path: root/hacking/env-setup.fish (follow)
Commit message (Expand)AuthorAgeFilesLines
* Python binary should not be python at first try for env-setup.fish (#84212)Daniel Gonçalves2024-11-051-15/+15
* ansible-test - Remove generation of egg-info (#83786)Matt Clay2024-08-141-14/+0
* env-setup.fish: Correct syntax errors (#81677)Sam Doran2023-09-121-7/+7
* Update env-setup.fish (#81208)Anoint2023-07-121-57/+48
* Honor `--quiet` parameter properly in fish shell (#77180)Philip Douglass2022-03-041-8/+3
* Modernize install (#76021)Matt Martz2021-10-191-0/+11
* Update hacking `env_setup` to prefer Python 3 (#75213)Sam Doran2021-07-081-3/+3
* Do not set ANSIBLE_LIBRARY in env-setup.fish (#63688)Sam Doran2019-10-181-3/+1
* Fix "no matches for wildcard" error in env-setup.fish script. (#58345)Elijah Lynn2019-06-281-3/+4
* Make ansible-test available in the bin directory. (#45876)Matt Clay2018-09-201-1/+1
* Improve fish environment setup (#26151)Sam Doran2017-08-011-8/+39
* Fish hacking setup fix (#18084)Sam Doran2016-10-241-10/+9
* Do not corrupt $MANPATH when it's not present (#16300)André Pinto2016-06-151-1/+1
* Make -q flag totally quiet for env-setup.fishBrett Inman2016-04-271-20/+32
* Use find ... -delete instead of non-portable globbingLuke Rohde2015-09-021-1/+1
* Delete all compiled python files when running hacking/env-setupLuke Rohde2015-09-021-0/+1
* Merge pull request #7306 from abadger/feature/egg-infoBrian Coca2014-12-151-0/+10
|\
| * Teach env-setup how to create egg-info for ansible so that pkg_resources worksToshio Kuratomi2014-05-061-0/+10
* | Fix issue #8578. Setting envvar in ""'s ensures the PYTHONPATH is set toMichael Salmon2014-08-121-1/+1
|/
* Fixed usage comment to fish syntax for sourcing a fileJharrod LaFon2013-08-141-1/+1
* Fixed incorrectly set PYTHONPATHJharrod LaFon2013-08-141-0/+3
* Added an env-setup file for FishJharrod LaFon2013-08-131-0/+54