User Tools

Site Tools


programming:python:venv

Differences

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

Link to this comparison view

programming:python:venv [2020-04-19 23:22] – created Manuel Freiprogramming:python:venv [2020-04-19 23:22] (current) Manuel Frei
Line 5: Line 5:
 <code> <code>
 python3 -m pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 python3 -m pip install -U python3 -m pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 python3 -m pip install -U
-<code>+</code>
programming/python/venv.1587331328.txt.gz · Last modified: 2020-04-19 23:22 by Manuel Frei