├── .gitignore ├── COPYING.txt ├── README.md ├── bash_condarc ├── cactivate ├── copip.py ├── copipoff.sh ├── copipon.sh └── mkcopip /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fperez/copip/HEAD/.gitignore -------------------------------------------------------------------------------- /COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fperez/copip/HEAD/COPYING.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fperez/copip/HEAD/README.md -------------------------------------------------------------------------------- /bash_condarc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fperez/copip/HEAD/bash_condarc -------------------------------------------------------------------------------- /cactivate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fperez/copip/HEAD/cactivate -------------------------------------------------------------------------------- /copip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fperez/copip/HEAD/copip.py -------------------------------------------------------------------------------- /copipoff.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fperez/copip/HEAD/copipoff.sh -------------------------------------------------------------------------------- /copipon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fperez/copip/HEAD/copipon.sh -------------------------------------------------------------------------------- /mkcopip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fperez/copip/HEAD/mkcopip --------------------------------------------------------------------------------