Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REF: dotfiles.venv.py -> { venvw, venvv }, dotfiles -> dotfileswt #42

Open
4 tasks
westurner opened this issue Dec 13, 2015 · 0 comments
Open
4 tasks

Comments

@westurner
Copy link
Owner

venv.py

westurner/dotfiles/scripts/venv.py can conflict with python3 -m venv

$ python3 -m venv
usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear] [--upgrade] [--without-pip]
            ENV_DIR [ENV_DIR ...]
venv: error: the following arguments are required: ENV_DIR

workaround:

python3 -m dotfiles,venv

TODO:

  • BLD: venvv [0.1.0?]: cookiecutter
  • ENH: venvv/venvv.py: from westurner/dotfiles/scripts/venv_ipyconfig.py
python -m venvv
python3 -m venvv

python -m dotfileswt.venvv
python3 -m dotfileswt.venvv

dotfileswt

  • setup.py APPNAME='dotfileswt'
  • grin+sed || vimgrep+ 'dotfiles[wt]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant