FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

pghilardi/atom-python-virtualenv: Python virtualenv support for Atom · GitHub

This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Latest commit

 

History

70 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This package provides Python Virtualenv support for Atom users.

Requirements

This package works in UNIX and WINDOWS systems :)

This package currently supports:

  • 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.

Commands:

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

To-Do List

  • Add support to use PIP to install new packages
  • Add support to use pip env
  • Add support to conda env

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

Stars

17 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL