Python Forum

Full Version: virtual environment
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
i have created numbers of virtual environment with python3 in ubuntu.
now , i have lost track of them.
May I know how to list the name of the virtual env i have created?
Thanks Tongue
locate activate | grep "/bin/activate"
(Jul-02-2021, 08:28 AM)Axel_Erfurt Wrote: [ -> ]locate activate | grep "/bin/activate"

Hi Axel,
Thank you very much for you help.
but why "lsvirtualenv" does not work (command not found)
Do you have virtualenvwrapper installed? It appears to be part of that: https://virtualenvwrapper.readthedocs.io...d_ref.html.