dotfiles/dot_bin/executable_virtualenv-extras

8 lines
159 B
Bash

#! /bin/bash
# make a new python environment and install some nice defaults
virtualenv "$1"
source "$1/bin/activate"
pip install ipython black flake8 pylint