gabriel becker
1 year ago
commit
d21c90255a
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||||||
|
export PYENVDIR=~/.pyenvs |
||||||
|
|
||||||
|
alias actvenv="source .venv/bin/activate" |
||||||
|
|
||||||
|
npyenv () { |
||||||
|
pythonversion=$2 |
||||||
|
python${pythonversion:=3.10} -m venv $PYENVDIR/$1 |
||||||
|
ln -s $PYENVDIR/$1 .venv |
||||||
|
actvenv |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
alias pygr="source ~/.pyenvs/playground/bin/activate" |
||||||
|
alias newds="cookiecutter -c v1 https://git.lgoon.xyz/gabriel/my-datascience-cookiecutter" |
||||||
|
|
Loading…
Reference in new issue