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)
Built Distribution
Close
Hashes for backporting-1.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e3216af9686ed2f2e071eb086090efe1ecaa569d5ac27d5b84318497e4cbbfc |
|
MD5 | f48bbbd8272b4d57d37839cc6bcd39ba |
|
BLAKE2b-256 | c8046b1b670b7634c7678e64f2f7ac6a79bbc70105d9af901668f6501da8e705 |