VM-Packages icon indicating copy to clipboard operation
VM-Packages copied to clipboard

Package idea: ipython

Open mr-tz opened this issue 2 years ago • 4 comments

https://ipython.org/

likely just add to https://github.com/mandiant/VM-Packages/blob/main/packages/libraries.python3.vm/tools/modules.xml

mr-tz avatar Apr 12 '23 13:04 mr-tz

@mr-tz can you provide some context why you think this library is useful?

Ana06 avatar Oct 06 '23 11:10 Ana06

It's a powerful interactive shell.

mr-tz avatar Oct 09 '23 15:10 mr-tz

I tried to install IPython with py -3.10 -m pip install ipython --disable-pip-version-check (similarly as we do in VM-Pip-Install) but afterwards I am only able to run it with py -3.10 -m IPython, but not with ipython. @mandiant/vms any ideas what the issue is?

@mandiant/vms opinions on adding this library?

Ana06 avatar Jul 17 '24 14:07 Ana06

Hi Ana, I just tested that command on ARM Win 11 and ipython installed and worked by running ipython.

For context this was a fresh install and I pretty much only installed python3 so I could test that out.

Menn1s avatar Jul 18 '24 19:07 Menn1s