Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 452 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 452 Bytes

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