container-transform
container-transform copied to clipboard
Installing on Ubuntu
The installation instructions don't work on Ubuntu, where thepython
command points to Python 2.7.
This is what I did to get it working:
- Update pip:
wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py
- Install
container-transform
to user directory
pip3 install --user container-transform
Now you will have $HOME/.local/bin/container-transform
available, and it should be on your path:
$ container-transform --version
container-transform, version 1.1.5
Should we put these instructions in the README? Do they work for someone else?
Related Links: