#author("2020-01-06T05:02:41+09:00","default:kuji","kuji")
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*python 3.6 to 3.7 [#p8d421a2]

python 3.6 で動作している212というサーバがあって、3.6から3.7へ以降したいので、

/etc/make.conf

 DEFAULT_VERSIONS+=  perl5=5.28
 #DEFAULT_VERSIONS+=  perl5=5.26
 NO_SENDMAIL= true
 #DEFAULT_VERSIONS+=python=3.6 pythonr3=3.6
 DEFAULT_VERSIONS+=python=3.7 pythonr3=3.7
 DEFAULT_VERSIONS+=ruby=2.6

 pkg set -o lang/python36:lang/python37
 Change origin from lang/python36 to lang/python37 for all dependencies? [y/N]: y


として、この段階では、

 # pkg delete python36-3.6.9_3
 Updating database digests format: 100%
 Checking integrity... done (0 conflicting)
 Deinstallation has been requested for the following 9 packages (of 0 packages in the universe):
 
 Installed packages to be REMOVED:
         python36-3.6.9_3
         munin-node-2.0.52
         llvm80-8.0.1_3
         glib-2.56.3_6,1
         rrdtool-1.7.2_1
         harfbuzz-2.6.4
         pango-1.42.4_3
         cairo-1.16.0,2
         munin-master-2.0.52
 
 Number of packages to be removed: 9
 
 The operation will free 992 MiB.
 
 Proceed with deinstalling packages? [y/N]:



となるが、


 # pkg delete python37-3.7.6
 Checking integrity... done (0 conflicting)
 Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):
 
 Installed packages to be REMOVED:
         python37-3.7.6
 
 Number of packages to be removed: 1
 
 The operation will free 110 MiB.
 
 Proceed with deinstalling packages? [y/N]:

となる。

https://www.freebsd.org/doc/ja_JP.eucJP/books/handbook/pkgng-intro.html

https://ja.stackoverflow.com/questions/53587/python%E3%81%AE%E3%83%87%E3%83%95%E3%82%A9%E3%83%AB%E3%83%88%E3%83%90%E3%83%BC%E3%82%B8%E3%83%A7%E3%83%B3%E3%82%923-7%E3%81%AB%E3%81%97%E3%81%9F%E3%81%84


----
Total access &counter(total);:本日 &counter(today);:昨日 &counter(yesterday);
#counter([total|today|yesterday]);

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS