Ubuntu22.04 Install Python3.9 How-To
Ubuntu22.04 Install Python3.9 How-To
4.root@L14VM1:~# cd Python-3.9.7/
6.root@L14VM1:~# make
root@L14VM1:~# python3
Python 3.9.7 (default, Oct 30 2022, 10:35:47)
[GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
11.root@L14VM1:/home/srdjan# curl https://bootstrap.pypa.io/get-pip.py -o get-
pip.py
# Miniconda
Download https://docs.conda.io/en/latest/miniconda.html#linux-installers
#
# To activate this environment, use
#
# $ conda activate radkit
#
# To deactivate an active environment, use
#
# $ conda deactivate
https://conda.io/projects/conda/en/latest/user-guide/install/linux.html
2.Then, unpack the archive into a dedicated directory and make sure it contains all
the .whl files from the archive:
# On Windows, simply extract the archive to a new folder using the Explorer
3.Activate venv
4. Install in venv
(radkit) srdjan@L14VM1:~/radkit/wheels_dir$ python3 -m pip install -f .
cisco_radkit_client cisco_radkit_service
Looking in links: .
Processing ./cisco_radkit_client-1.3.1-py39-none-manylinux2014_x86_64.whl
Processing ./cisco_radkit_service-1.3.1-py39-none-manylinux2014_x86_64.whl
Collecting tabulate
Downloading tabulate-0.9.0-py3-none-any.whl (35 kB)
Collecting httpx
Downloading httpx-0.23.0-py3-none-any.whl (84 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.8/84.8 kB 2.9 MB/s eta 0:00:00
5. Start srvice
(radkit) srdjan@L14VM1:~/radkit/wheels_dir$ radkit-service run