Skip to content

Instantly share code, notes, and snippets.

@h-sao
Created April 17, 2017 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h-sao/527917438b992c85ba8b5b23486ddcf4 to your computer and use it in GitHub Desktop.
Save h-sao/527917438b992c85ba8b5b23486ddcf4 to your computer and use it in GitHub Desktop.
Install_log_Pylint_on_Anaconda
(C:\utils\Anaconda3) D:\dev\anaconda>activate tensorflow
(tensorflow) D:\dev\anaconda>anaconda search -t conda pylint
Using Anaconda API: https://api.anaconda.org
Run 'anaconda show <USER/PACKAGE>' to get more details:
Packages:
Name | Version | Package Types | Platforms
------------------------- | ------ | --------------- | ---------------
???/pylint | 1.1.0 | conda | linux-64
: http://www.pylint.org
alefnula/pylint | 0.28.0 | conda | osx-64
: http://www.pylint.org
anaconda/pylint | 1.6.4 | conda | linux-ppc64le, linux-64, win-32, osx-64, linux-32, win-64
asmeurer/pylint | 1.0.0 | conda | osx-64
: http://www.pylint.org
auto/dirpylint | 1.1.3 | conda | linux-64, linux-32
: http://pypi.python.org/pypi/DirPyLint/
auto/git-pylint-commit-hook | 2.0.3 | conda | linux-64, linux-32
: http://www.sebastiandahlgren.se
auto/imhotep_pylint | 0.0.4 | conda | linux-64
: https://github.com/justinabrahms/imhotep_pylint
auto/pylama_pylint | 0.1.6 | conda | linux-64
: http://github.com/horneds/pylama_pylint
clg_boar/pylint | 1.5.4 | conda | linux-64, win-64
clinicalgraphics/pylint-django | 0.7.2 | conda | noarch
clinicalgraphics/pylint-plugin-utils | 0.2.4 | conda | noarch
conda-forge/pylint | 1.6.5 | conda | linux-64, win-32, win-64, osx-64
conda-forge/pylint-celery | 0.3 | conda | linux-64, win-32, win-64, osx-64
conda-forge/pylint-common | 0.2.5 | conda | linux-64, win-32, win-64, osx-64
conda-forge/pylint-django | 0.7.2 | conda | linux-64, win-32, win-64, osx-64
conda-forge/pylint-flask | 0.5 | conda | linux-64, win-32, win-64, osx-64
conda-forge/pylint-plugin-utils | 0.2.6 | conda | linux-64, win-32, win-64, osx-64
dan_blanchard/pylint | 1.0.0 | conda | linux-64
: http://www.pylint.org
delicb/pylint | 1.0.0 | conda | win-64
: http://www.pylint.org
desilinguist/pylint | 1.0.0 | conda | osx-64
: http://www.pylint.org
jjhelmus/pylint | 1.1.0 | conda | linux-64
: http://www.pylint.org
rpi/pylint | 1.6.5 | conda | linux-armv6l, linux-armv7l
spyder-ide/pylint | 1.6.4 | conda | linux-64, win-32, win-64, osx-64
test_org_002/pylint | 1.6.4 | conda |
ukoethe/pylint | 0.27.0 | conda | win-64
: FIXME
Found 25 packages
(tensorflow) D:\dev\anaconda>anaconda show anaconda/pylint
Using Anaconda API: https://api.anaconda.org
Name: pylint
Summary:
Access: public
Package Types: conda
Versions:
+ 1.2.0
+ 1.2.1
+ 1.1.0
+ 1.4.1
+ 1.4.0
+ 1.4.2
+ 1.3.1
+ 1.5.4
+ 1.6.4
To install this package with conda run:
conda install --channel https://conda.anaconda.org/anaconda pylint
(tensorflow) D:\dev\anaconda>conda install --channel https://conda.anaconda.org/anaconda pylint
Fetching package metadata ...............
Solving package specifications: .
Package plan for installation in environment C:\utils\Anaconda3\envs\tensorflow:
The following NEW packages will be INSTALLED:
astroid: 1.4.9-py35_0 anaconda
isort: 4.2.5-py35_0 anaconda
lazy-object-proxy: 1.2.2-py35_0 anaconda
pylint: 1.6.4-py35_1 anaconda
wrapt: 1.10.10-py35_0 anaconda
Proceed ([y]/n)? y
lazy-object-pr 100% |###############################| Time: 0:00:00 80.07 kB/s
wrapt-1.10.10- 100% |###############################| Time: 0:00:00 112.16 kB/s
astroid-1.4.9- 100% |###############################| Time: 0:00:01 228.03 kB/s
isort-4.2.5-py 100% |###############################| Time: 0:00:00 237.87 kB/s
pylint-1.6.4-p 100% |###############################| Time: 0:00:01 372.80 kB/s
(tensorflow) D:\dev\anaconda>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment