Skip to content

Python virtualenv support for Atom

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Gijom/atom-python-virtualenv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This package provides Python Virtualenv support for Atom users.

Requirements

This package only works in UNIX systems. It does not work in Windows.

This package currently supports two types of setup:

  • A virtualenvwrapper installation
  • Projects in your $HOME folder with virtualenvs inside it
  • Environments in the root folder of you projects (ex: project1/env or project1/venv), so you can add the project paths manually in the additional virtual envs settings

Usage

By default this plug-in is configured to use with a virtualenvwrapper and to get virtualenvs from the $HOME folder. But you can add specific virtualenvs paths too.

settings

Commands:

  • Activate a different environment (Virtualenv select)
  • Create a new environment (Virtualenv make)
  • Deactivate an environment (Virtualenv deactivate)

Commands

To-Do List

  • Add support to Windows
  • Add support to show the current virtualenv in the status bar
  • Add support to use PIP to install new packages

This project is on initial development. Feel free to contribute reporting bugs, improvements or creating pull requests.

Disclaimer

Part of this code comes from Jhutchins Project. I have created a new repository because jhutchins project is no longer maintained.

About

Python virtualenv support for Atom

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%