Skip to content

Instantly share code, notes, and snippets.

@junxy
Last active November 3, 2015 07:00
Show Gist options
  • Select an option

  • Save junxy/8d4dbee0e27e72331339 to your computer and use it in GitHub Desktop.

Select an option

Save junxy/8d4dbee0e27e72331339 to your computer and use it in GitHub Desktop.
brew case install pycharm-edu 2

Installation

brew cask install https://gist.githubusercontent.com/junxy/8d4dbee0e27e72331339/raw/2d2eee22152f5e67b9d621cef4016dddd928e5e8/pycharm-edu.rb
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