Skip to content

pj8912/myenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages