No es necesario editar archivos por lotes (y romper Python 2.7 en el proceso) o establecer variables de entorno manualmente.
Simplemente ejecute lo py3_env
que configura el shell para Python 3 automáticamente, luego ejecute python3
.
Desde un shell OSGeo4W con solo python 2 y 3 instalado:
C:\> o-help
-={ OSGeo4W Shell Commands }=-
dllupdate pip3 sqlite3
easy_install3 python textreplace
nircmd python3 vcredist_2015_x64
nircmdc pythonw xxmklink
osgeo4w-setup pythonw3
make-bat-for-py py3_env <<<=== This is the command you want
o-help setup-test
o4w_env setup
C:\>python3
Fatal Python error: Py_Initialize: unable to load the file system codec
ModuleNotFoundError: No module named 'encodings'
Current thread 0x000013e8 (most recent call first):
^C
C:\>py3_env
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.
>>>
{path you installed qgis}\etc\ini
y modificar lapython-core.bat
referencia enPython36
lugar de hacerloPython27
en el script por lotes que establecePYTHONHOME
yPATH
. Luego llamepython3
desde la CLI. Sin embargo, tenga en cuenta que esto romperá los enlaces a Python 2.7 y le dará un error de sintaxis si intenta llamar solopython
.py3_env
que configura el shell para Python 3 automáticamente.py3_env
Si desea que el cambio sea permanente, puede modificar el archivo por lotes OSGeo4W.bat ubicado en su directorio QGIS (u OSGEO) y simplemente agregar:
debajo de la línea llamando
fuente