-
Notifications
You must be signed in to change notification settings - Fork 0
PyutOnLinux
Install pyenv on Ubuntu (https://www.dedicatedcore.com/blog/install-pyenv-ubuntu/)
Added new user to avoid using default parallels super user.
Login as that user; Install all available updates
Above asked me to install this
apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
but only these were real
apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses-dev xz-utils tk-dev libffi-dev liblzma-dev git
curl https://pyenv.run | bash
I installed python 3.12.8
pyenv global 3.12.8
Installed here
/home/hasii/PycharmProjects
git clone https://github.com/hasii2011/ogl.git
In the new checked out repository do:
pyenv local 3.12.8
python -m venv pyenv-3.12.8
source pyenv-3.12.8/bin/activate
pip install .
At this step wxPython would not install. I captured the output in this log file.