Como compilar Python3 no editor texto e compilador Geany?

2 years ago
5

Veja como compilar Python3 no editor texto e compilador Geany
[See how to compile Python3 in the text editor and Geany compiler / Vea cómo compilar Python3 en el editor de texto y el compilador Geany]

Solução: Vejas os passos
-- Para python3 sem anaconda:
no lugar de "python -m py_compile "%f" " em COPILE, coloque:
"python3 -m py_compile "%f" "
no lugar de "python "%f"" em EXECUTE, coloque:
"python3 "%f" "

-- Para python3 com anaconda:
no lugar de "python -m py_compile "%f" "em COPILE, coloque:
"python3 -m py_compile "%f" "
no lugar de "python "%f""em EXECUTE, coloque:
"home/[...]/anaconda3/bin/python3 "%f" "

Veja como instalar o Anaconda 3 no Linux Ubuntu: https://youtu.be/qsUdwFaAZ8M

REDES SOCIAIS
Facebook/Instagram/TikTok/Kwai/Youtube/rumble: jaelssonlima

Loading comments...