where is the venv stored? how do I remove it? how do i enter the environment?
like this everytime I open a terminal? source venv/bin/activate how do i list what venv insgtalled and how do I remove how do i exit? when i try to. exit its stuck on this (venv) NAR33051M:~ twong$ venv -bash: venv: command not found (venv) NAR33051M:~ twong$ virtualenv -bash: virtualenv: command not found (venv) NAR33051M:~ twong$ ansible (venv) NAR33051M:~ twong$ exit logout Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. [Process completed] On Tue, Jun 16, 2020 at 8:07 AM Tony Wong <[email protected]> wrote: > ok fixed the issue. > > > > On Tue, Jun 16, 2020 at 7:36 AM Tony Wong <[email protected]> wrote: > >> Thanks >> >> but i got this >> >> NAR33051M:Resources twong$ sudo python3 -m venv venv >> Password: >> Error: [Errno 1] Operation not permitted: >> '/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/venv' >> pyenv: no such command `sh-activate' >> NAR33051M:Resources twong$ >> >> >> >> On Tue, Jun 16, 2020 at 7:17 AM Dick Visser <[email protected]> >> wrote: >> >>> python3 -m venv venv >>> source venv/bin/activate >>> pip install ansible >>> >>> >>> ansible --version >>> ansible 2.9.9 >>> config file = /Users/dnmvisser/.ansible.cfg >>> configured module search path = >>> ['/Users/dnmvisser/.ansible/plugins/modules', >>> '/usr/share/ansible/plugins/modules'] >>> ansible python module location = >>> /Users/dnmvisser/venv/lib/python3.7/site-packages/ansible >>> executable location = /Users/dnmvisser/venv/bin/ansible >>> python version = 3.7.3 (default, Sep 5 2019, 17:14:41) [Clang >>> 11.0.0 (clang-1100.0.33.8)] >>> >>> >>> On Tue, 16 Jun 2020 at 15:58, Tony Wong <[email protected]> wrote: >>> > >>> > Is there a way to install ansible on osX in an isolated virtual >>> environment? without having to setup a ubuntu VM? >>> > >>> > I dont want the ansible binaries or whatever software it installs on >>> osx to interfere with my working environment >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> Groups "Ansible Project" group. >>> > To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> > To view this discussion on the web visit >>> https://groups.google.com/d/msgid/ansible-project/CALmkhkq2QdoMbdYxJ-Hr%2BO%3DJfrfvkfxx0Sf%3D5ojL6TWW4%3D85-w%40mail.gmail.com >>> . >>> >>> >>> >>> -- >>> Dick Visser >>> Trust & Identity Service Operations Manager >>> GÉANT >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Ansible Project" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/ansible-project/CAL8fbwPbuOFskd2bn8KPFYogWBnZTjrB97aZ8G75L%2ByoyVfuZw%40mail.gmail.com >>> . >>> >> -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CALmkhko7n98j_QJTxv9AitdTXScTP9cU_EP7QOx8%2BRQwayFWKg%40mail.gmail.com.
