Skip to content

bborbe/bw

Repository files navigation

BundleWrap Configuration

This repo contains my BundleWrap configuration. For more info about BundleWrap see: http://bundlewrap.org/.

Upgrade requirements.txt

pip install pip-upgrader
pip-upgrade

Install pyenv

curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash

Update pyenv versions

cd ~/.pyenv/plugins/python-build/../.. && git pull && cd -

Install Python

pyenv install 3.10.14

Install pyenv-virtualenv

    git clone https://github.com/yyuu/pyenv-virtualenv
cd pyenv-virtualenv
sudo ./install.sh

Create Bundlewrap env

pyenv virtualenv 3.10.14 bw
pyenv local bw

Install pip dependencies

pip install -r requirements.txt