Changes between Initial Version and Version 1 of Ticket #68395
- Timestamp:
- Oct 9, 2023, 6:34:17 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68395
- Property Owner set to seisman
-
Property
Status
changed from
new
toassigned
- Property Port gmt6 added
-
Ticket #68395 – Description
initial v1 1 1 Install: 2 {{{ 2 3 johnrundle@Napili ~ % sudo port activate gmt6 3 4 ---> Computing dependencies for gmt6 4 5 ---> Cleaning gmt6 5 6 }}} 6 7 Then: 8 {{{ 7 9 %python 8 10 >>> import gmt6 … … 10 12 File "<stdin>", line 1, in <module> 11 13 ModuleNotFoundError: No module named 'gmt6' 14 }}}