Skip to main content

Backporting tool

Project description

Install the package:

pip3 install backporting

After the command backporting should be available from CLI.

Additional commands to create venv if it's needed

Create www directory where project sites and environment dir

mkdir /var/envs && mkdir /var/envs/bin

Install virtualenvwrapper

sudo pip3 install virtualenvwrapper
sudo pip3 install --upgrade virtualenv

Add these to your bashrc virutualenvwrapper work

export WORKON_HOME=/var/envs
export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3
export PROJECT_HOME=/var/www
export VIRTUALENVWRAPPER_HOOK_DIR=/var/envs/bin
source /usr/local/bin/virtualenvwrapper.sh

Create virtualenv

mkvirtualenv --python=python3 test_env

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

backporting-1.0.1.tar.gz (19.8 kB view hashes)

Uploaded Source

Built Distribution

backporting-1.0.1-py2.py3-none-any.whl (20.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page