kstost / aiexe

aiexe, the cutting-edge command-line interface (CLI/GUI) tool
https://youtube.com/@코드깎는노인
MIT License
126 stars 44 forks source link

run on existing conda environment #3

Open kye9216789 opened 3 months ago

kye9216789 commented 3 months ago

how can I use existing conda environment without setting a new env?

Dev-Jahn commented 3 months ago
  1. Clear existing venv if already created by rm -rf ~/.aiexe_venv (Optional)
  2. Install aiexe INSIDE your existing conda env
  3. Setup config by running aiexe and answer NO to additional packages
  4. Edit ~/.aiexe_venv/pyenv.cfg and set include-system-site-packages = true
  5. Works as you want