Pyvenv-3.7 Installation On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS
Install pyvenv-3.7
-
Debian
apt-get install python3.7-venvClick to copy -
Ubuntu
apt-get install python3.7-venvClick to copy -
Alpine OS
apk add pythonClick to copy -
Arch Linux
pacman -S pythonClick to copy -
Kali Linux
apt-get install python3.7-venvClick to copy -
CentOS
yum install pythonClick to copy -
Fedora
dnf install python3Click to copy -
Raspbian
apt-get install pythonClick to copy -
macOS
brew install pythonClick to copy
python37
Version 3.7 of the Python interpreterpython3
interactive high-level object-oriented language (default python3 version)Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. This package is a dependency package, which depends on Debian's default Python 3 version (currently v3.6).
python3.7-venv
Interactive high-level object-oriented language (pyvenv binary, version 3.7)Python is a high-level, interactive, object-oriented language. Its 3.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. This package contains the pyvenv-3.7 binary.
python
interactive high-level object-oriented language (default version)Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. This package is a dependency package, which depends on Debian's default Python version (currently v2.7).




