Hacker News new | ask | show | jobs
by inconceivable 1191 days ago
i use venv this way. i download and compile specific python versions and install them in a non-system dir with all the other versions. then just run the specific binary to create a venv and it seems to work as expected.