20250222_manual_venv.rst (484B)
1 Local python repository 2 ####################### 3 4 :date: 2025-02-22 22:19:25 5 :category: Offlining 6 :author: Louis Holbrook 7 :tags: python 8 :slug: manual-venv 9 :summary: Making a python virtual environment from scratch 10 :lang: en 11 :status: draft 12 13 14 .. 15 build python and install to destdir 16 build virtualenv with destdir paths for pythonpath, path 17 install virtualenv and supporting packages with PIP_TARGET 18 use PIP_TARGET as pythonpath to instantiate virtualenv