Figure out a way to do python virtual environments
This commit is contained in:
parent
321146b0aa
commit
5a30c48953
8 changed files with 54 additions and 3 deletions
|
|
@ -211,4 +211,8 @@
|
|||
|
||||
(unless (package-installed-p 'pyenv-mode)
|
||||
(package-install 'pyenv-mode))
|
||||
|
||||
;; Javascript
|
||||
(unless (package-installed-p 'company-tern)
|
||||
(package-install 'company-tern))
|
||||
;;; packages.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue