Toggle navigation
Log-in
CodePowered
Page Index
User Index
Application Index
Global
What's New
Wiki Index
Search
Computing Newbies
Python Newbies
How to Install virtualenv tool in Debian, Raspbian, etc
Wiki source code of
How to Install virtualenv tool in Debian, Raspbian, etc
Version
3.1
by
Leon Poon
on 2021/03/23 05:15
Show last authors
author
version
line-number
content
1
Run in a console:
2
3
{{code}}
4
sudo apt-get install python3-virtualenv virtualenv
5
{{/code}}
6
7
After that you canĀ [[create a virtualenv>>doc:Computing Newbies.Python Newbies.How to Create a VirtualEnv.WebHome]].