Created
August 16, 2017 19:00
-
-
Save sbuvaneshkumar/77f7d092cd074ae78d798d297d62b12c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Installation | |
[root@fserver ~]# dnf install -y ezhil-0.90.1-1.noarch.rpm | |
Last metadata expiration check: 0:01:30 ago on Thu Aug 17 00:24:27 2017. | |
Dependencies resolved. | |
============================================================================================================================================================== | |
Package Arch Version Repository Size | |
============================================================================================================================================================== | |
Installing: | |
ezhil noarch 0.90.1-1 @commandline 133 k | |
Transaction Summary | |
============================================================================================================================================================== | |
Install 1 Package | |
Total size: 133 k | |
Installed size: 657 k | |
Downloading Packages: | |
Running transaction check | |
Transaction check succeeded. | |
Running transaction test | |
Transaction test succeeded. | |
Running transaction | |
Installing : ezhil-0.90.1-1.noarch 1/1 | |
Verifying : ezhil-0.90.1-1.noarch 1/1 | |
Installed: | |
ezhil.noarch 0.90.1-1 | |
Complete! | |
#Run | |
[root@fserver ~]# ezhili | |
Traceback (most recent call last): | |
File "/usr/bin/ezhili", line 6, in <module> | |
from pkg_resources import load_entry_point | |
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2958, in <module> | |
@_call_aside | |
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2944, in _call_aside | |
f(*args, **kwargs) | |
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2971, in _initialize_master_working_set | |
working_set = WorkingSet._build_master() | |
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 635, in _build_master | |
ws.require(__requires__) | |
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 943, in require | |
needed = self.resolve(parse_requirements(requirements)) | |
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 829, in resolve | |
raise DistributionNotFound(req, requirers) | |
pkg_resources.DistributionNotFound: The 'argparse' distribution was not found and is required by ezhil | |
#Installing dependencies | |
[root@fserver ~]# pip install argparse open-tamil | |
Collecting argparse | |
Downloading argparse-1.4.0-py2.py3-none-any.whl | |
Collecting open-tamil | |
Downloading Open-Tamil-0.65.zip (666kB) | |
100% |████████████████████████████████| 675kB 97kB/s | |
Installing collected packages: argparse, open-tamil | |
Running setup.py install for open-tamil ... done | |
Successfully installed argparse-1.4.0 open-tamil-0.65 | |
You are using pip version 8.1.2, however version 9.0.1 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. | |
[root@fserver ~]# ezhili | |
எழில் - ஒரு தமிழ் நிரலாக்க மொழி (Thu Mar 16 00:56:24 PDT 2017) | |
Ezhil : A Tamil Programming Language - version 0.9, (C) 2007-2017 | |
Type "help", "copyright", "credits" or "license" for more information. | |
எழில் 1>> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment