Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install OpenCobolIDE via python pip




OpenCobolIDE - A simple COBOL IDE, it belongs to Classifiers:

- Development Status :: 5 - Production/Stable
- Environment :: Win32 (MS Windows)
- Environment :: X11 Applications
- Environment :: X11 Applications :: Qt
- Intended Audience :: Developers
- License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
- Operating System :: Microsoft
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX
- Operating System :: POSIX :: Linux
- Programming Language :: Python :: 3.2
- Programming Language :: Python :: 3.3
- Programming Language :: Python :: 3.4
- Topic :: Text Editors
- Topic :: Text Editors :: Integrated Development Environments (IDE)

When you know about this project and you want to new install OpenCobolIDE to support your project or you get trouble as ModuleNotFoundError: No module named "OpenCobolIDE" or ImportError: cannot import name "OpenCobolIDE" in your project, let follow this tutorial to install OpenCobolIDE



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_OpenCobolIDE_env

- Active the virtual environment

test_OpenCobolIDE_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_OpenCobolIDE_env

- Active the virtual environment

source test_OpenCobolIDE_env/bin/active


Step 2: OK, now, let flow below content to start the installation OpenCobolIDE

To install OpenCobolIDE on Windows(CMD):

py -m pip install OpenCobolIDE

To install OpenCobolIDE on Unix/macOs:

pip install OpenCobolIDE


Step 3: If you want to install a specific OpenCobolIDE version, add ==<OpenCobolIDE version> to the end command line

Example:

pip install OpenCobolIDE==2.0.1


Please see the version list below table:

VersionReleased dateCommand
OpenCobolIDE 4.7.62016-12-30T14:52:00Windows:

py -m pip install OpenCobolIDE==4.7.6

Unix/macOs:

pip install OpenCobolIDE==4.7.6

OpenCobolIDE 4.7.52016-08-28T10:40:07Windows:

py -m pip install OpenCobolIDE==4.7.5

Unix/macOs:

pip install OpenCobolIDE==4.7.5

OpenCobolIDE 4.7.42016-07-04T16:55:41Windows:

py -m pip install OpenCobolIDE==4.7.4

Unix/macOs:

pip install OpenCobolIDE==4.7.4

OpenCobolIDE 4.7.32016-04-21T16:58:38Windows:

py -m pip install OpenCobolIDE==4.7.3

Unix/macOs:

pip install OpenCobolIDE==4.7.3

OpenCobolIDE 4.7.22016-02-14T11:23:48Windows:

py -m pip install OpenCobolIDE==4.7.2

Unix/macOs:

pip install OpenCobolIDE==4.7.2

OpenCobolIDE 4.7.12016-01-30T16:12:26Windows:

py -m pip install OpenCobolIDE==4.7.1

Unix/macOs:

pip install OpenCobolIDE==4.7.1

OpenCobolIDE 4.7.02016-01-25T14:09:17Windows:

py -m pip install OpenCobolIDE==4.7.0

Unix/macOs:

pip install OpenCobolIDE==4.7.0

OpenCobolIDE 4.6.62015-09-25T16:34:36Windows:

py -m pip install OpenCobolIDE==4.6.6

Unix/macOs:

pip install OpenCobolIDE==4.6.6

OpenCobolIDE 4.6.52015-09-17T19:24:27Windows:

py -m pip install OpenCobolIDE==4.6.5

Unix/macOs:

pip install OpenCobolIDE==4.6.5

OpenCobolIDE 4.6.42015-08-02T14:34:36Windows:

py -m pip install OpenCobolIDE==4.6.4

Unix/macOs:

pip install OpenCobolIDE==4.6.4

OpenCobolIDE 4.6.32015-06-28T12:33:51Windows:

py -m pip install OpenCobolIDE==4.6.3

Unix/macOs:

pip install OpenCobolIDE==4.6.3

OpenCobolIDE 4.6.22015-06-07T13:15:53Windows:

py -m pip install OpenCobolIDE==4.6.2

Unix/macOs:

pip install OpenCobolIDE==4.6.2

OpenCobolIDE 4.6.02015-05-31T12:44:43Windows:

py -m pip install OpenCobolIDE==4.6.0

Unix/macOs:

pip install OpenCobolIDE==4.6.0

OpenCobolIDE 4.5.12015-05-16T12:54:00Windows:

py -m pip install OpenCobolIDE==4.5.1

Unix/macOs:

pip install OpenCobolIDE==4.5.1

OpenCobolIDE 4.5.02015-05-01T13:05:36Windows:

py -m pip install OpenCobolIDE==4.5.0

Unix/macOs:

pip install OpenCobolIDE==4.5.0

OpenCobolIDE 4.4.02015-03-09T17:48:57Windows:

py -m pip install OpenCobolIDE==4.4.0

Unix/macOs:

pip install OpenCobolIDE==4.4.0

OpenCobolIDE 4.3.1.02015-02-18T19:05:07Windows:

py -m pip install OpenCobolIDE==4.3.1.0

Unix/macOs:

pip install OpenCobolIDE==4.3.1.0

OpenCobolIDE 4.3.02015-01-09T18:38:46Windows:

py -m pip install OpenCobolIDE==4.3.0

Unix/macOs:

pip install OpenCobolIDE==4.3.0

OpenCobolIDE 4.2.02014-11-30T16:00:14Windows:

py -m pip install OpenCobolIDE==4.2.0

Unix/macOs:

pip install OpenCobolIDE==4.2.0

OpenCobolIDE 4.1.12014-10-01T16:08:19Windows:

py -m pip install OpenCobolIDE==4.1.1

Unix/macOs:

pip install OpenCobolIDE==4.1.1

OpenCobolIDE 4.12014-09-26T14:26:38Windows:

py -m pip install OpenCobolIDE==4.1

Unix/macOs:

pip install OpenCobolIDE==4.1

OpenCobolIDE 4.0.02014-09-06T13:23:07Windows:

py -m pip install OpenCobolIDE==4.0.0

Unix/macOs:

pip install OpenCobolIDE==4.0.0

OpenCobolIDE 3.0.02014-07-03T19:00:18Windows:

py -m pip install OpenCobolIDE==3.0.0

Unix/macOs:

pip install OpenCobolIDE==3.0.0

OpenCobolIDE 2.3.12014-04-13T15:07:33Windows:

py -m pip install OpenCobolIDE==2.3.1

Unix/macOs:

pip install OpenCobolIDE==2.3.1

OpenCobolIDE 2.3.02014-04-06T14:43:40Windows:

py -m pip install OpenCobolIDE==2.3.0

Unix/macOs:

pip install OpenCobolIDE==2.3.0

OpenCobolIDE 2.2.02014-03-08T13:52:05Windows:

py -m pip install OpenCobolIDE==2.2.0

Unix/macOs:

pip install OpenCobolIDE==2.2.0

OpenCobolIDE 2.1.02013-12-08T17:23:15Windows:

py -m pip install OpenCobolIDE==2.1.0

Unix/macOs:

pip install OpenCobolIDE==2.1.0

OpenCobolIDE 2.0.12013-10-20T21:38:33Windows:

py -m pip install OpenCobolIDE==2.0.1

Unix/macOs:

pip install OpenCobolIDE==2.0.1


Step 4: Otherwise, you can install OpenCobolIDE from local archives:

Download the distribution file from OpenCobolIDE-4.7.6.tar.gz or the specific OpenCobolIDE version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_OpenCobolIDE_downloaded_file>

On Unix/macOs:

pip install <path_to_OpenCobolIDE_downloaded_file>


List distribution:

- OpenCobolIDE-2.0.1-py3.3.egg
- OpenCobolIDE-2.0.1.tar.gz
- OpenCobolIDE-2.1.0-py2.7.egg
- OpenCobolIDE-2.1.0-py3.3.egg
- OpenCobolIDE-2.1.0.tar.gz
- OpenCobolIDE-2.2.0-py2.7.egg
- OpenCobolIDE-2.2.0-py3.3.egg
- OpenCobolIDE-2.2.0.tar.gz
- OpenCobolIDE-2.3.0-py3.4.egg
- OpenCobolIDE-2.3.0.tar.gz
- OpenCobolIDE-2.3.1.tar.gz
- OpenCobolIDE-3.0.0.tar.gz
- OpenCobolIDE-4.0.0.tar.gz
- OpenCobolIDE-4.1.tar.gz
- OpenCobolIDE-4.1.1.tar.gz
- OpenCobolIDE-4.2.0.tar.gz
- OpenCobolIDE-4.3.0.tar.gz
- OpenCobolIDE-4.3.1.0.tar.gz
- OpenCobolIDE-4.4.0.tar.gz
- OpenCobolIDE-4.5.0-py3-none-any.whl
- OpenCobolIDE-4.5.0.tar.gz
- OpenCobolIDE-4.5.1-py3-none-any.whl
- OpenCobolIDE-4.5.1.tar.gz
- OpenCobolIDE-4.6.0-py3-none-any.whl
- OpenCobolIDE-4.6.0.tar.gz
- OpenCobolIDE-4.6.2-py3-none-any.whl
- OpenCobolIDE-4.6.2.tar.gz
- OpenCobolIDE-4.6.3.tar.gz
- OpenCobolIDE-4.6.4.tar.gz
- OpenCobolIDE-4.6.5.tar.gz
- OpenCobolIDE-4.6.6.tar.gz
- OpenCobolIDE-4.7.0.tar.gz
- OpenCobolIDE-4.7.1.tar.gz
- OpenCobolIDE-4.7.2.tar.gz
- OpenCobolIDE-4.7.3.1.tar.gz
- OpenCobolIDE-4.7.4.tar.gz
- OpenCobolIDE-4.7.5.tar.gz
- OpenCobolIDE-4.7.6.tar.gz


Project link:

- Homepage