Changes between Initial Version and Version 1 of Ticket #59906, comment 6


Ignore:
Timestamp:
Jan 6, 2020, 12:59:06 AM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59906, comment 6

    initial v1  
    55Booted in another volume:
    66
     7{{{
    78sudo rm -rf /Volume/problemvolume/opt/local/var
     9}}}
    810
    9 \\$ sudo pip install necpp
    10 \\WARNING: The directory '/Users/glenn/Library/Caches/pip/http' or its parent directory is not owned by the \\current user and the cache has been disabled. Please check the permissions and owner of that directory. If \\executing pip with sudo, you may want sudo's -H flag.
    11 \\WARNING: The directory '/Users/glenn/Library/Caches/pip' or its parent directory is not owned by the current \\user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
    12 \\Collecting necpp
    13 \\  Downloading https://files.pythonhosted.org/packages/03/a5/a7f9ed52ccb2f9748208fc400f524f5b438170823a5812af5ef8cdad9207/necpp-1.7.3.5.tar.gz (196kB)
    14 \\     |████████████████████████████████| 204kB 3.1MB/s
    15 \\Installing collected packages: necpp
    16 \\    Running setup.py install for necpp ... done
    17 \\Successfully installed necpp-1.7.3.5
    18 \\$
     11{{{
     12$ sudo pip install necpp
     13WARNING: The directory '/Users/glenn/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
     14WARNING: The directory '/Users/glenn/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
     15Collecting necpp
     16  Downloading https://files.pythonhosted.org/packages/03/a5/a7f9ed52ccb2f9748208fc400f524f5b438170823a5812af5ef8cdad9207/necpp-1.7.3.5.tar.gz (196kB)
     17     |████████████████████████████████| 204kB 3.1MB/s
     18Installing collected packages: necpp
     19    Running setup.py install for necpp ... done
     20Successfully installed necpp-1.7.3.5
     21$
     22}}}