Skip to content

FoundersFactory/ff.bash-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FF Bash Setup

A small list of bash helper functions to speedup development and MacOS setup

Setup FF dev machine:

brew install python python3
echo "export PATH=\"/usr/local/opt/python/libexec/bin:\$PATH\"" >> ~/.bash_profile

pip global setup

Setup:

pip install virtualenv
mkdir -p ~/Virtualenvs ~/Library/Application\ Support/pip
cat<<EOT > ~/Library/Application\ Support/pip/pip.conf
[install]
require-virtualenv = true

[uninstall]
require-virtualenv = true
EOT

FF Bash Helpers install

git clone [email protected]:FoundersFactory/ff.bash-helpers.git $HOME/.ff_bash
$HOME/.ff_bash/install.sh

Helpers List

activate_virutal_env

Usage: activate_virutal_env envName [pythonVersion=3]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages