I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Usage
|
||||
# $ pip_install [EXECUTABLE_NAME] [PYPI_NAME]
|
||||
|
||||
set -e
|
||||
|
||||
python3 -m venv ./venv
|
||||
./venv/bin/pip3 install -U pip
|
||||
./venv/bin/pip3 install "$2"
|
||||
ln -s "./venv/bin/$1" .
|
||||
Reference in New Issue
Block a user