/myenv

Bash script to automate virtual environment creation for python

Primary LanguageShell

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