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
- Host: GitHub
- URL: https://github.com/pj8912/myenv
- Owner: pj8912
- Created: 2023-03-07T09:08:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T07:26:57.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T11:12:36.622Z (about 1 year ago)
- Topics: automation, bash, bash-script, python, python-virtual-environment, venv, venv-python
- Language: Shell
- Homepage: https://github.com/pj8912/myenv
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myenv
Bash script to automate virtual environment creation for python

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