Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 812 Bytes

README.md

File metadata and controls

49 lines (34 loc) · 812 Bytes

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