Как установить wing 101 на linux
Перейти к содержимому

Как установить wing 101 на linux

  • автор:

Wing Python IDE

Set aspect ratio

Before installing Wing, be sure that you have installed the necessary prerequisites. If you are upgrading from a previous version, see Upgrading first.

Note: The installation location for Wing is referred to as WINGHOME . On macOS this is the name of Wing’s .app folder.

Windows

Install Wing by running the downloaded executable. Wing’s files are installed by default in C:\Program Files (x86)\Wing Pro 9 , but this location may be modified during installation. Wing will also create a Settings Directory in the location appropriate for your version of Windows. This is used to store preferences and other settings.

The Windows installer supports a /silent command line option that uses the default options, including removing any prior install of Wing 9. If a prior install is removed, a dialog with a progress bar will appear. You can also use a /dir= option to specify an alternate installation directory.

The /verysilent command line option has the same effect as /silent but also prevents display of a progress bar.

For Wing Personal the default install directory is instead named Wing Personal 9 and for Wing 101 it is named Wing 101 9 .

Linux

Use the RPM, Debian package, or tar file installer as appropriate for your system type. Installation from packages is at /usr/lib/wingpro9 or at the selected location when installing from the tar file. Wing will also create a Settings Directory in ~/.wingpro9 , which is used to store preferences and other settings.

Wing Pro, Wing Personal, and Wing 101 are also available in the Snapcraft Store.

For Wing Personal the install directory is instead named wing-personal6 and for Wing 101 it is named wing-101-6 .

macOS

On macOS, Wing is installed simply by opening the distributed disk image and dragging to the Applications folder, and optionally from there to the task bar.

Wing 101 v7

Wing 101 is a very simplified Python IDE with basic editor and minimalist debugger. Designed for teaching beginning programmers, it focuses on providing only the most necessary functionality and omits most of the features of Wing Pro. To compare features see https://wingware.com/downloads

Details for Wing 101 v7
License
  • Proprietary
Last updated
  • 9 April 2021 - latest/stable
Websites
Contact

External link warning

You are about to open

Do you wish to proceed?

Enable snaps on Manjaro Linux and install Wing 101 v7

Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.

Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.

Enable snapd

Snapd can be installed from Manjaro’s Add/Remove Software application (Pamac), found in the launch menu. From the application, search for snapd, select the result, and click Apply.

Alternatively, snapd can be installed from the command line:

sudo pacman -S snapd 

Once installed, the systemd unit that manages the main snap communication socket needs to be enabled:

sudo systemctl enable --now snapd.socket 

To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap and /snap :

sudo ln -s /var/lib/snapd/snap /snap 

Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.

Install Wing 101 v7

To install Wing 101 v7, simply use the following command:

sudo snap install wing-101-7 --classic

Wing 101 v7

Wing 101 v7

Make sure snap support is enabled in your Desktop store.

Install using the command line

sudo snap install wing-101-7 --classic
Channel Version Published

Previous Next

Very Simple Free Python IDE for Beginning Programmers

Wing 101 is a very simplified Python IDE with basic editor and minimalist debugger. Designed for teaching beginning programmers, it focuses on providing only the most necessary functionality and omits most of the features of Wing Pro. To compare features see https://wingware.com/downloads

Details for Wing 101 v7
License
  • Proprietary
Last updated
  • 9 April 2021 - latest/stable
Websites
Contact

External link warning

You are about to open

Do you wish to proceed?

Share this snap

Generate an embeddable card to be shared on external websites.

Create embeddable card

Share embeddable card

Customise your embeddable card using the options below.

Как установить wing 101 на linux

Windows
Скачайте инсталлятор по этой ссылке.
Запустите инсталлятор.

Mac OS
Скачайте инсталлятор по этой ссылке.
Установку необходимо производить в стандартную папку (не на диск C).
Для запуска инсталлятора наберите в консоли "python3".
Процесс установки аналогичен установке в Windows.

После запуска инсталлятора в первом окне выберите пункт меню Customize installation.

На следующем шаге нажмите Next.

На следующем экране изменить путь к программе на: «C:\Python35».
Нажмите кнопку Install.

В последнем окне нажмите кнопку Close.

Установка Wing IDE

Windows
Скачайте инсталлятор по этой ссылке.
Запустите инсталлятор.

Mac OS
Скачайте инсталлятор по этой ссылке.
Для установки перетащите файл в папку "Программы".

Установка и настройка Wing IDE в Windows

При установке Wing IDE рекомендуем согласиться со всеми параметрами установки. Ничего изменять не требуется.

После установки рекомендуем вывести ярлык Wing IDE на рабочий стол.

Далее необходимо запустить Wing IDE и произвести настройки параметров.

При первом запуске необходимо согласиться с лицензионным соглашением, нажав на кнопку Accept:



    Нажмите на пункт меню Edit -> Configure Python.


Произведите настройки так, как показано на рисунке.
Выберите вариант Custom в первых 2-х настройках.
Задайте пусть к интерпретатору Python, который вы установили.
Нажмите на кнопку Insert. Задайте путь к папке с Python.
Примените настройки, нажав на кноку OK.


Перейдите в раздел Files и задайте кодировку utf-8 как показано на рисунке:


Перейдите в раздел I/O и задайте кодировку utf-8:

  • Примените настройки, нажав на кнопку OK.
  • Настройка Wing IDE в Mac OS

    При первом запуске Wing IDE необходимо согласиться с лицензионным соглашением, нажав на кнопку Accept.

    Нажмите на пункт меню Edit -> Configure Python.

    Произведите настройки так, как показано на рисунке.
    Выберите вариант Custom в первой настройке.
    Задайте пусть к интерпретатору Python, который вы установили.
    Примените настройки, нажав на кноку OK.

    Поздравляем, все готово для программирования на Python!

    Добавить комментарий

    Ваш адрес email не будет опубликован. Обязательные поля помечены *