brew cask install https://gist.githubusercontent.com/junxy/8d4dbee0e27e72331339/raw/2d2eee22152f5e67b9d621cef4016dddd928e5e8/pycharm-edu.rb
Last active
November 3, 2015 07:00
-
-
Save junxy/8d4dbee0e27e72331339 to your computer and use it in GitHub Desktop.
brew case install pycharm-edu 2
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
| cask :v1 => 'pycharm-edu' do | |
| version '2.0.2' | |
| sha256 '9801d8d8a32632600f416e68879f992a4e1875ead354978e3016c66fa775a2f0' | |
| url "http://download-cf.jetbrains.com/python/pycharm-edu-#{version}.dmg" | |
| name 'PyCharm' | |
| name 'PyCharm Educational Edition' | |
| name 'PyCharm Edu' | |
| homepage 'https://www.jetbrains.com/pycharm-edu' | |
| license :apache | |
| app 'PyCharm Edu.app' | |
| caveats <<-EOS.undent | |
| #{token} requires Java 6 like any other IntelliJ-based IDE. | |
| You can install it with | |
| brew cask install caskroom/homebrew-versions/java6 | |
| The vendor (JetBrains) doesn't support newer versions of Java (yet) | |
| due to several critical issues, see details at | |
| https://intellij-support.jetbrains.com/entries/27854363 | |
| EOS | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment