neko
2024-09-23 11:00 deepin
Ecological co-builder
Use a python virtual environment
Reply Like 0 View the author
Use a python virtual environment
Hello, the current system is python3.12 environment, if you have python3.11 needs, it is recommended to use python-env to build an independent environment, after building the environment, it is recommended to add python3.11 to the PATH environment variable
Anaconda or miniconda, use python venv
abcdefg...死嘴快说啊
You can install Python 3.11 by complie it's source. use "make altinstall" instand of "make install" during install so that the new one would not conflict the old one.
Hello,
I just found that DDE relies on Python 3.12 but my own project relies on 3.11. when I downgraded the python installation to 3.11, DDE will work improperly. But if I don't downgrade the Python installation, my own project won't compile on Python 3.12 (Vue 2)
Do you guys know how to fix this?
Thanks