User Tools

Site Tools


set_up_your_own_python_environment

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
set_up_your_own_python_environment [2024/12/25 06:08] – ly” hc9set_up_your_own_python_environment [2026/08/19 18:16] (current) – added text for how to use python virtual environments peteyboy
Line 10: Line 10:
 Here is an example: Here is an example:
  
-//pip install <nowiki>--</nowiki>user mypackage//+  pip install <nowiki>--</nowiki>user mypackage
  
 **An alternative to this is to use python virtual environments** **An alternative to this is to use python virtual environments**
 +
 +In this case, use ''pipx'' instead, a la
 +
 +  pipx install mypackage
 +
  
 Sources: Sources:
set_up_your_own_python_environment.txt · Last modified: by peteyboy