Changes between Version 1 and Version 2 of Ticket #62580, comment 10


Ignore:
Timestamp:
Mar 30, 2021, 4:00:38 PM (3 years ago)
Author:
RobK88
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62580, comment 10

    v1 v2  
    896896P.S.  Do not attempt to run the tests -- pytest.py or pytest3.py.  They only appear to work once hamlib is installed using "sudo make install".  The instructions on the website appear to be wrong with respect to the tests.
    897897
     898P.S.  If all goes well, hamlib should be installed in /usr/local/lib/python2.7/site-packages and /usr/local/lib/python3.9/site-packages.  The user may need to set the PYTHONPATH variable so other applocations can find hamlib. 
     899
     900{{{
     901export PYTHONPATH=/usr/local/lib/python2.7/site-packages:/usr/local/lib/python3.9/site-packages:$PYTHONPATH
     902}}}
     903
     904
    898905P.S.  After I made my Mac more typical (after removing my changes using the "port select" command), I uninstalled swig, swig-python and recompiled and reinstalled them using Macports.  But that did not fix the problem.  It was worth a try.
    899906