OSGeo4W Shell'de, Luke'un bahsettiği gibi kabuğu python3'e ayarlayan iyi belgelenmiş bir komut yoktur.
py3_env
Temelde PYTHONHOME ve doğru PATH ayarlar. Daha sonra ile Python3'ü arayabilirsiniz python3
.
C:\>py3_env
C:\>SET PYTHONPATH=
C:\>SET PYTHONHOME=C:\OSGEO4~1\apps\Python36
C:\>PATH C:\OSGEO4~1\apps\Python36;C:\OSGEO4~1\apps\Python36\Scripts;C:\OSGEO4~1\apps\Python27\Scripts;C:\OSGEO4~1\bin;C:\Windows\system32;C:\Windows;C:\Windows\WBem
C:\>python3
Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 08:06:12) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
Auslander'ın yorumu ile güncelleme :
Python3'ü QGIS 2 ile birlikte gelen OSGeo4W kabuğu ile kullanmak için dosyayı değiştirmeniz gerekir {path you installed qgis}\etc\ini\python-core.bat
:
SET PYTHONHOME=%OSGEO4W_ROOT%\apps\Python36
PATH %OSGEO4W_ROOT%\apps\Python36\Scripts;%PATH%
{path you installed qgis}\etc\ini
ve değiştirmepython-core.bat
referansınaPython36
yerinePython27
o setleri toplu komutPYTHONHOME
vePATH
. Ardındanpython3
CLI'den arayın . Ancak, bunun python 2.7'ye olan bağlantıları keseceğini ve sadece aramaya çalışırsanız size bir sözdizimi hatası vereceğini unutmayınpython
.