User Tools

Site Tools


educare:virtualenv

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
educare:virtualenv [2023/06/22 14:59] profproeducare:virtualenv [2024/02/18 12:34] (current) profpro
Line 5: Line 5:
 (virtualenv è alternativo a pipenv) (virtualenv è alternativo a pipenv)
  
 +====Tutorial 2023====
  
-====Tutorial====+  #sudo # apt install python3-venv 
 + 
 +  python3 -m venv ambiente 
 + 
 +  ambiente/bin/pip install TTS 
 + 
 +  env/bin/python3/comando...... 
 + 
 + 
 +====Tutorial 2015====
  
 ==Requisiti== ==Requisiti==
educare/virtualenv.txt · Last modified: 2024/02/18 12:34 by profpro