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

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

  • автор:

Как установить 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!

    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 Python IDE

    Set aspect ratio

    On Linux, Wing can be installed from RPM, Debian package, or from tar archive. Use the latter if you do not have root access on your machine or wish to install Wing somewhere other than /usr/lib/wingpro10 . Only 64-bit Linux is supported, although in Wing Pro remote development can be used to develop on a 32-bit host.

    The instructions here are for Wing Pro. The package naming for Wing Personal is instead wing-personal10 and for Wing 101 it is wing-101-10 .

    Installing Wingware’s Public Key

    Some systems will complain when you try to install Wing without first installing our public key into your key repository. The key is available here. Copy and paste the key into a file wingware.pub and then use the following to import the key.

    For RPM systems:

    sudo rpm --import wingware.pub

    For Debian systems:

    sudo apt-key add wingware.pub

    An alternative is just to bypass the key check with --nogpg command line option for rpm , --nogpgcheck for yum , --no-debsig for dpkg , and --allow-unauthenticated for apt .

    Dependencies

    In order to support as many Debian and Redhat derived distributions as possible with a single package download, the approach to dependency management in Wing packages is somewhat different than for regular distribution-specific packages:

    1) Wing includes private copies of most of its dependencies (including Qt, PyQt, OpenSSH, Python, and others) so that it only depends on low-level OS-provided packages that are more likely to be compatible across systems.

    2) Wing packages do not list every dependency by name because some of those are renamed in derived distributions. In most cases, if you follow the instructions below, dependencies introduced by packages we do list take care of installing also the unlisted packages.

    In rare cases, you may need to first manually install what’s necessary to run Qt and X11 applications. Once that is done, Wing should have what it needs to run.

    Installing from RPM

    Wing can be installed from an RPM package on RPM-based systems, such as RedHat, CentOS, and Oracle Linux.

    For the easiest installation, with automatic package dependency management, run sudo yum localinstall wingpro10-10.0.3.0.x86_64.rpm

    You can also install with sudo rpm -i wingpro10-10.0.3.0.x86_64.rpm but this does not automatically install dependencies and may fail to clearly list what dependencies are missing.

    Or use your favorite RPM administration tool.

    Most files for Wing are placed under the /usr/lib/wingpro10 directory and the wing10.0 command is placed in the /usr/bin directory.

    Installing from Debian package

    Wing can be installed from a Debian package on Debian, Ubuntu, Kali, Mint, and other Debian-based systems.

    For the easiest installation, with automatic package dependency management, run sudo apt install ./wingpro10_10.0.3.0_amd64.deb

    You can also install with sudo dpkg -i wingpro10_10.0.3.0_amd64.deb but this does not automatically install dependencies, requiring you to also run sudo apt-get -f install to complete the installation.

    Most files for Wing are placed under the /usr/lib/wingpro10 directory and the wing10.0 command is placed in the /usr/bin directory.

    Installing from Tar Archive

    Wing may also be installed from a tar archive. This can be used on systems that do not use RPM or Debian packages, or if you wish to install Wing into a directory other than /usr/lib/wingpro10 .

    Unpacking this archive with tar -zxvf wingpro-10.0.3.0-linux-x64.tar.gz will create a wingpro-10.0.3.0-linux-x64 directory that contains the wing-install.py script.

    Running the wing-install.py script will prompt for the location to install Wing, and the location in which to place the executable wing10.0 . These locations default to /usr/local/lib/wingpro and /usr/local/bin , respectively. The install program must have read/write access to both of these directories, and all users running Wing must have read access to both.

    Note that there is no dependency management in the tar archive installer, so you may need to manually install what’s necessary to run Qt and X11 applications, before Wing can start up successfully.

    Configuring Wing for High DPI Displays

    Wing’s UI is implemented with the Qt toolkit, which includes support for high DPI displays, but the support varies depending on the desktop environment in use:

    On KDE , as of early 2019, Wing should display correctly.

    On Gnome , as of early 2019, Wing may suggest an interface scale factor based on the size of a character on the primary display.

    If Wing is not displaying correctly, the user interface may be scaled manually. To scale icons, windows, and other elements other than fonts, use the User Interface > Other > Icon and Window Scale Factor preference. To scale the entire UI, including fonts, use Presentation Mode in the common configuration menu, which is accessed from the menu icon in the top right of Wing’s window.

    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 10 , 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 10. 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 10 and for Wing 101 it is named Wing 101 10 .

    Linux

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

    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.

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

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