Cygwin and Python3

preview_player
Показать описание
A quick video demo of setting up Cygwin on Windows with Python3 installed through the Cygwin setup.
Рекомендации по теме
Комментарии
Автор

After installing python35 from the Interpreters category, I still get the 'python: command not found' when I type python or python3. I tried installing again, but it now shows 'keep' under the "New" column so I'm assuming it's installed.
[UPDATE] It worked when I did "python3.5", so I did "ln -sf /usr/bin/python3.5 /usr/bin/python3"

bennguyen
Автор

if i already installad Cygwin without that Phyton packages ... is there a way to do it afterwards?
ah nvm ... just run the setup again xD and it works

deinpapa