westurner / dotfiles

Bash, Python, IPython scripts, and userspace configuration https://westurner.org/dotfiles/

Home Page:https://westurner.org/dotfiles/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENH,BUG: venv.py: merge settings when -e/--from-environ && --app,--venvstr,--venstrapp

westurner opened this issue · comments

e.g. in ipython:

# this does not work (it's just --from-environ w/out the cmdline args)
!venv.py -e -xbash --venvstrapp=nbformat/nbformat

# workaround
!venv.py -xbash --venvstr=$VENVSTR --venvstrapp=nbformat