develop/packages: fix Python3
This commit is contained in:
@@ -42,10 +42,16 @@
|
||||
# === PYTHON DEVELOPMENT ===
|
||||
# Python ecosystem and tools
|
||||
|
||||
python3 # Python interpreter
|
||||
python3Packages.pip # Python package installer
|
||||
python3Packages.virtualenv # Virtual environment management
|
||||
python3Packages.poetry-core # Modern Python dependency management
|
||||
(python3.withPackages (ps: with ps; [
|
||||
pip # Python package installer
|
||||
virtualenv # Virtual environment management
|
||||
poetry-core # Modern Python dependency management
|
||||
requests
|
||||
beautifulsoup4
|
||||
numpy
|
||||
pandas
|
||||
pyqt5
|
||||
]))
|
||||
|
||||
# === C/C++ DEVELOPMENT ===
|
||||
# LLVM toolchain and language server support
|
||||
|
||||
Reference in New Issue
Block a user