Q: Can I do stuff like this inside your IDE?
Like create a virtual environment and manage dependencies?
--
python3 --version [choose my own version?]
sudo apt install python3-venv # For Ubuntu/Linux
python3 -m venv myenv
source myenv/bin/activate
pip install Django [Install Required python Libraries?]
--
Thanks!
interactiveshell
Edited Oct 19, 2024A: All "apt" software installation are centrally handled by our CI/CD Dev Ops team. We can install the python-venv for you and then you can add the pip package you want, but it will then be available to that session only! Ideally, if you give us a list of packages through a support ticket you want, we can add it for you to the gold image and you will then have it "ready-to-go!" as soon as you login to your account.
Our goal for the Interactive Shell is no setup need - ever!