pj8912 / myenv

Bash script to automate virtual environment creation for python

Home Page:https://github.com/pj8912/myenv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myenv

Bash script to automate virtual environment creation for python

myenv

  • Make the executable by running the following command
chmod +x myenv.sh
  • Move the file to usr/local/bin:
sudo mv myenv.sh /usr/local/bin/myenv
  • Now create a Virtual environment for your python project using myenv command
myenv

About

Bash script to automate virtual environment creation for python

https://github.com/pj8912/myenv


Languages

Language:Shell 100.0%