Jaymon / .bash

common bash functions and aliases I've written/accumulated over the years

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the pyenv stuff maybe should be broken out into its own module

Jaymon opened this issue · comments

I think these can all be redone in python to make them more full-featured, both the environment stuff and the pypi tools, I liked the name pie but sadly it's taken.

pye might be an okay name

The problem I have with breaking them out is they won't be able to easily set environment variables, pipenv is getting around this by having you load a shell, but I don't really want to have that be a thing I have to do.

These also need to be updated to support pipenv if that's what was used to create the virtual environment, so it should look for .venv and a .env file and load those instead of venv, venv2, or venv3

if this isn't its own module or even in the bin directory then I like the name pie