An open API service indexing awesome lists of open source software.

https://github.com/pj8912/myenv

Bash script to automate virtual environment creation for python
https://github.com/pj8912/myenv

automation bash bash-script python python-virtual-environment venv venv-python

Last synced: about 1 year ago
JSON representation

Bash script to automate virtual environment creation for python

Awesome Lists containing this project

README

          

# myenv
Bash script to automate virtual environment creation for python

![myenv](https://user-images.githubusercontent.com/59218902/226541417-b1aff2e3-07e0-4319-a9c6-b048b75a504e.png)

- 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
```