Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
/ dotfiles Public archive

My dotfiles

Notifications You must be signed in to change notification settings

bx2/dotfiles

Repository files navigation

Python environments

mkvirtualenv neovim2

# install packages
pip install neovim ipdb ipython
python3 -mvenv neovim3

# install packages
pip install neovim ipdb ipython black