shmenu
Autoenv
shmenu | Autoenv | |
---|---|---|
3 | 6 | |
26 | 5,759 | |
- | 0.7% | |
0.0 | 4.7 | |
almost 2 years ago | 4 months ago | |
Shell | Shell | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
shmenu
Autoenv
- Autoenv: Directory-Based Environments
-
How do people manage virtual environments so that they don't take up too much space?
the way I manage (2) is with a kind of DIY pipenv system i've come up with. i have a tool installed in my terminal called autoenv. when i navigate to a new directory, if there's a .env file in it, autoenv executes it. that's basically all autoenv does. I have a .env in my home folder that, among other things, activates my "master" venv. when I create a new project that I want to have its own venv, I just add a .env file to that folder to activate it. otherwise, the master venv is active whenever I roam around my filesystem, functionally serving as a default environment i reuse.
-
Introducing pyautoenv: Activate and deactive python environments as you move around the file system
Inspired by autoenv, pyautoenv hooks into the cd command in your shell and will automatically activate a poetry or venv Python environment if that environment is defined in the directory you're cd-ing into. Zsh, Bash, and PowerShell are supported.
-
After using Python for over 2 years I am still really confused about all of the installation stuff and virtual environments
There is an autoenv tool you can use to automatically activate a python virtualenv when you cd into a directory but itโs a little annoying to set up https://github.com/hyperupcall/autoenv
-
Repeatedly typing export FLASK_ENV=development and export FLASK_APP=hello.py before running flask
But IMO the best solution by far is to use autoenv. There is autoenv for bash and autoenv for zsh.
- How to activate an environment forever?
What are some alternatives?
non_trivial_gnuplot - my solutions to real-world problems that needed plotting to solve :-)
pyenv - Simple Python version management
smartcd - Expedite your navigation of Linux filesystem.
virtualenvwrapper
fml - :card_index_dividers: A stupid simple, fast TUI file manager written in BASH v4.2+
virtualenv - Virtual Python Environment builder
Bash-Scripts - A collection of Bash scripts for automating routine tasks and streamlining your workflow.
rez - An integrated package configuration, build and deployment system for software
ytmp - a shell script for searching, playing, downloading, and keeping track of music from youtube and local files with extensive queue management using fzf, vim, or cli
Poetry - Python packaging and dependency management made easy
gum - A tool for glamorous shell scripts ๐
Pipenv - Python Development Workflow for Humans.