Interactive Shell

Product details

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!

Sanjeev_KrishnaOct 19, 2024
Founder Team
interactiveshell

interactiveshell

Edited Oct 19, 2024

A: 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!

Share
Helpful?
Log in to join the conversation