Jupy-cli: coordinating pip/venv with Julia Pkg projects
Discussions on Python.org
Jupy-cli: coordinating pip/venv with Julia Pkg projects
I’ve been developing jupy-cli, which is a cross-platform CLI for projects that use both Julia and Python. The design deliberately keeps native package managers: Julia → Pkg.jl → Project.toml / Manifest.toml Python → pip → .venv / requirements.txt Rather than replacing either resolver, jupy-cli provides a project-level layer above them. For example: jupip install numpy runs pip through the Python interpreter belonging to the current hybrid project, while: jupy analysis.py jupy simulati...
0 comments
No comments yet.