项目作者: bborbe

项目描述 :
My BundleWrap configuration
高级语言: Python
项目地址: git://github.com/bborbe/bw.git
创建时间: 2016-11-26T10:46:22Z
项目社区:https://github.com/bborbe/bw

开源协议:BSD 2-Clause "Simplified" License

下载


BundleWrap Configuration

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

Upgrade requirements.txt

  1. pip install pip-upgrader
  2. pip-upgrade

Install pyenv

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

Update pyenv versions

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

Install Python

  1. pyenv install 3.10.14

Install pyenv-virtualenv

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

Create Bundlewrap env

  1. pyenv virtualenv 3.10.14 bw
  2. pyenv local bw

Install pip dependencies

  1. pip install -r requirements.txt