-
Notifications
You must be signed in to change notification settings - Fork 20
ERROR: Environment does not contain activate script. #101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
question
Further information is requested
Comments
Which version of virtualenv are you using? |
Hello, This is occurring with 20.26.3:
|
Does |
Correct: ubuntu@ip-172-31-36-200:~/.virtualenvs/bot/bin$ ls -l
total 76
-rw-rw-r-- 1 ubuntu ubuntu 2241 Jun 24 22:21 activate
-rw-rw-r-- 1 ubuntu ubuntu 1500 Jun 24 22:21 activate.csh
-rw-rw-r-- 1 ubuntu ubuntu 3064 Jun 24 22:21 activate.fish
-rw-rw-r-- 1 ubuntu ubuntu 2748 Jun 24 22:21 activate.nu
-rw-rw-r-- 1 ubuntu ubuntu 1653 Jun 24 22:21 activate.ps1
-rw-rw-r-- 1 ubuntu ubuntu 1303 Jun 24 22:21 activate_this.py
-rwxr-xr-x 1 ubuntu ubuntu 150 Jun 24 22:21 get_env_details
-rwxrwxr-x 1 ubuntu ubuntu 245 Jun 24 22:21 pip
-rwxrwxr-x 1 ubuntu ubuntu 245 Jun 24 22:21 pip-3.10
-rwxrwxr-x 1 ubuntu ubuntu 245 Jun 24 22:21 pip3
-rwxrwxr-x 1 ubuntu ubuntu 245 Jun 24 22:21 pip3.10
-rw-r--r-- 1 ubuntu ubuntu 72 Jun 24 22:21 postactivate
-rw-r--r-- 1 ubuntu ubuntu 74 Jun 24 22:21 postdeactivate
-rwxr-xr-x 1 ubuntu ubuntu 69 Jun 24 22:21 preactivate
-rw-r--r-- 1 ubuntu ubuntu 75 Jun 24 22:21 predeactivate
lrwxrwxrwx 1 ubuntu ubuntu 16 Jun 24 22:21 python -> /usr/bin/python3
lrwxrwxrwx 1 ubuntu ubuntu 6 Jun 24 22:21 python3 -> python
lrwxrwxrwx 1 ubuntu ubuntu 6 Jun 24 22:21 python3.10 -> python
-rwxrwxr-x 1 ubuntu ubuntu 232 Jun 24 22:21 wheel
-rwxrwxr-x 1 ubuntu ubuntu 232 Jun 24 22:21 wheel-3.10
-rwxrwxr-x 1 ubuntu ubuntu 232 Jun 24 22:21 wheel3
-rwxrwxr-x 1 ubuntu ubuntu 232 Jun 24 22:21 wheel3.10 |
Do you have any other overrides or shell aliases for commands like |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using Ubuntu 22.04.2 on an AWS server.
virtualenvwrapper
was installed the same way I have done for years.But now when I try to create a virtualenv I get the error:
The text was updated successfully, but these errors were encountered: