WORK ON

A simple project manager for conda, windows 10 and vscode

Installation

pip install workon-cli

You must have anaconda3 on your path and vscode

function Workon (){
    python -m workon $args
}

Add this function to $PROFILE file using powershell

Usage

python workon --help
python workon show
python workon workon PROJECT
python workon create PROJECT -d PATH -p PYTHON
python workon remove PROJECT

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Developer

  • Jesus Alan Hernandez Galvan

License

MIT

GitHub

View Github