File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -95,22 +95,22 @@ This method has two advantages:
95
95
The clean, easy way
96
96
~~~~~~~~~~~~~~~~~~~
97
97
98
- pipsi _ is a new package manager for Python-based software that automatically
98
+ pipx _ is a new package manager for Python-based software that automatically
99
99
sets up a virtualenv for each program you install. Assuming you have it
100
100
installed on your operating system, you can do::
101
101
102
- pipsi install --python python3 vdirsyncer
102
+ pipx install vdirsyncer
103
103
104
- and ``.local/bin /vdirsyncer `` will be your new vdirsyncer installation. To
104
+ and ``~/ .local/pipx/venvs /vdirsyncer `` will be your new vdirsyncer installation. To
105
105
update vdirsyncer to the latest version::
106
106
107
- pipsi upgrade vdirsyncer
107
+ pipx upgrade vdirsyncer
108
108
109
109
If you're done with vdirsyncer, you can do::
110
110
111
- pipsi uninstall vdirsyncer
111
+ pipx uninstall vdirsyncer
112
112
113
113
and vdirsyncer will be uninstalled, including its dependencies.
114
114
115
115
.. _virtualenv : https://virtualenv.readthedocs.io/
116
- .. _ pipsi : https://github.com/mitsuhiko/pipsi
116
+ .. _ pipx : https://github.com/pipxproject/pipx
You can’t perform that action at this time.
0 commit comments