Difference between revisions of "Python Home"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | [ Python Install Methods ] | |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
or the easier way | or the easier way |
Revision as of 21:10, 19 March 2020
[ Python Install Methods ]
or the easier way
Getting Started
Prep python virtual environment.
sudo apt-get install python3-venv mkdir app cd app python3 -m venv venv source venv/bin/activate pip install --upgrade pip wheel